SnapshotOutput interface
Snapshot resource.
- Extends
Properties
| extended |
The extended location where the snapshot will be created. Extended location cannot be changed. |
| managed |
Unused. Always Null. |
| 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
| id | Resource Id |
| location | Resource location |
| name | Resource name |
| tags | Resource tags |
| type | Resource type |
Property Details
extendedLocation
The extended location where the snapshot will be created. Extended location cannot be changed.
extendedLocation?: ExtendedLocationOutput
Property Value
managedBy
Unused. Always Null.
managedBy?: string
Property Value
string
properties
Snapshot resource properties.
properties?: SnapshotPropertiesOutput
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?: SnapshotSkuOutput
Property Value
Inherited Property Details
id
location
name
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourceOutput.tags