Package version:

Interface Snapshot

Snapshot of a Volume

interface Snapshot {
    created?: any;
    id?: string;
    location: string;
    name?: string;
    provisioningState?: string;
    snapshotId?: string;
    systemData?: SystemData;
    type?: string;
}

Hierarchy (view full)

Properties

created?: any

The creation date of the snapshot NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.

location: string

Resource location

name?: string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Azure lifecycle management NOTE: This property will not be serialized. It can only be populated by the server.

snapshotId?: string

UUID v4 used to identify the Snapshot NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.