你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Snapshot Class

Snapshot resource.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to server.

Constructor

Snapshot(*, location: str, tags: Dict[str, str] | None = None, sku: _models.DiskSku | None = None, os_type: str | _models.OperatingSystemTypes | None = None, creation_data: _models.CreationData | None = None, disk_size_gb: int | None = None, encryption_settings: _models.EncryptionSettings | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

Resource location. Required.

tags

Resource tags.

Default value: None
sku

The disks and snapshots sku name. Can be Standard_LRS or Premium_LRS.

Default value: None
os_type

The Operating System type. Known values are: "Windows" and "Linux".

Default value: None
creation_data

Disk source information. CreationData information cannot be changed after the disk has been created.

Default value: None
disk_size_gb
int

If creationData.createOption is Empty, this field is mandatory and it indicates the size of the VHD to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.

Default value: None
encryption_settings

Encryption settings for disk or snapshot.

Default value: None

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location. Required.

tags

Resource tags.

managed_by
str

Unused. Always Null.

sku

The disks and snapshots sku name. Can be Standard_LRS or Premium_LRS.

time_created

The time when the disk was created.

os_type

The Operating System type. Known values are: "Windows" and "Linux".

creation_data

Disk source information. CreationData information cannot be changed after the disk has been created.

disk_size_gb
int

If creationData.createOption is Empty, this field is mandatory and it indicates the size of the VHD to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.

encryption_settings

Encryption settings for disk or snapshot.

provisioning_state
str

The disk provisioning state.