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

SnapshotUpdate 类

定义

快照更新资源。

[Microsoft.Rest.Serialization.JsonTransformation]
public class SnapshotUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SnapshotUpdate = class
Public Class SnapshotUpdate
继承
SnapshotUpdate
属性

构造函数

SnapshotUpdate()

初始化 SnapshotUpdate 类的新实例。

SnapshotUpdate(Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettingsCollection, Encryption, String, String)

初始化 SnapshotUpdate 类的新实例。

SnapshotUpdate(Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettingsCollection, Encryption, String, String, IDictionary<String,String>)

快照更新资源。

SnapshotUpdate(Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettingsCollection, Encryption, String, String, IDictionary<String, String>, SnapshotSku)

初始化 SnapshotUpdate 类的新实例。

SnapshotUpdate(Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettingsCollection, Encryption, String, String, Nullable<Boolean>, IDictionary<String,String>, SnapshotSku)

初始化 SnapshotUpdate 类的新实例。

SnapshotUpdate(Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettingsCollection, Encryption, String, String, Nullable<Boolean>, String, String, SupportedCapabilities, IDictionary<String,String>, SnapshotSku)

初始化 SnapshotUpdate 类的新实例。

SnapshotUpdate(Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettingsCollection, Encryption, String, String, Nullable<Boolean>, String, SupportedCapabilities, IDictionary<String,String>, SnapshotSku)

初始化 SnapshotUpdate 类的新实例。

属性

DataAccessAuthMode

获取或设置可能的值,包括:“AzureActiveDirectory”、“None”

DiskAccessId

获取或设置 DiskAccess 资源的 ARM ID,以便在磁盘上使用专用终结点。

DiskSizeGB

获取或设置如果 creationData.createOption 为空,则此字段是必需的,它指示要创建的磁盘的大小。 如果存在此字段用于更新或创建其他选项,则表示调整大小。 仅当磁盘未附加到正在运行的 VM 时,才允许调整大小,并且只能增加磁盘的大小。

Encryption

获取或设置加密属性可用于使用客户管理的密钥或平台托管密钥加密静态数据。

EncryptionSettingsCollection

获取或设置 Azure 磁盘加密使用的加密设置集合,可以包含每个磁盘或快照的多个加密设置。

NetworkAccessPolicy

获取或设置可能的值,包括:“AllowAll”、“AllowPrivate”、“DenyAll”

OsType

获取或设置操作系统类型。 可能的值包括:“Windows”、“Linux”

PublicNetworkAccess

获取或设置可能的值,包括:“Enabled”、“Disabled”

Sku

快照更新资源。

SupportedCapabilities

获取或设置从中创建 OS 磁盘的映像支持的功能列表。

SupportsHibernation

获取或设置指示快照上的 OS 支持休眠。

Tags

获取或设置资源标记

方法

Validate()

验证 对象。

适用于