BlobRestoreParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Blob restore parameters
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.BlobRestoreParametersTypeConverter))]
public class BlobRestoreParameters : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IBlobRestoreParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.BlobRestoreParametersTypeConverter))>]
type BlobRestoreParameters = class
interface IBlobRestoreParameters
interface IJsonSerializable
Public Class BlobRestoreParameters
Implements IBlobRestoreParameters
- Inheritance
-
BlobRestoreParameters
- Attributes
- Implements
Constructors
BlobRestoreParameters() |
Creates an new BlobRestoreParameters instance. |
Properties
BlobRange |
Blob ranges to restore. |
TimeToRestore |
Restore blob to the specified time. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BlobRestoreParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BlobRestoreParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IBlobRestoreParameters. |
FromJsonString(String) |
Creates a new instance of BlobRestoreParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BlobRestoreParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |