Snapshot interface
Snapshot resource.
- Extends
Properties
| extended |
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 |
Property Details
extendedLocation
The extended location where the snapshot will be created. Extended location cannot be changed.
extendedLocation?: ExtendedLocation
Property Value
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
sku?: SnapshotSku
Property Value
Inherited Property Details
location
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags