共用方式為


Snapshot Class

Definition

Response for Volume Snapshot request.

[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.SnapshotTypeConverter))]
public class Snapshot : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ISnapshot, Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.SnapshotTypeConverter))>]
type Snapshot = class
    interface ISnapshot
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class Snapshot
Implements ISnapshot, IValidates
Inheritance
Snapshot
Attributes
Implements

Constructors

Snapshot()

Creates an new Snapshot instance.

Properties

CreationDataSourceId

Fully qualified resource ID of the volume. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}"

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Name

The name of the resource

ProvisioningState

State of the operation on the resource.

ResourceGroupName

Gets the resource group name

SourceVolumeSizeGiB

Size of Source Volume

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

VolumeName

Source Volume Name of a snapshot

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Snapshot.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Snapshot.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ISnapshot.

FromJsonString(String)

Creates a new instance of Snapshot, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Snapshot into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to