Share via


Snapshot interface

Snapshot resource.

Extends

Properties

extendedLocation

The extended location where the snapshot will be created. Extended location cannot be changed.

properties

Snapshot resource properties.

sku

The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot

Inherited Properties

location

Resource location

tags

Resource tags

Property Details

extendedLocation

The extended location where the snapshot will be created. Extended location cannot be changed.

extendedLocation?: ExtendedLocation

Property Value

properties

Snapshot resource properties.

properties?: SnapshotProperties

Property Value

sku

The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot

sku?: SnapshotSku

Property Value

Inherited Property Details

location

Resource location

location: string

Property Value

string

Inherited From Resource.location

tags

Resource tags

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From Resource.tags