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

SnapshotUpdate Constructors

Definition

Overloads

SnapshotUpdate()
SnapshotUpdate(IDictionary<String,String>, DiskSku, Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettings)

SnapshotUpdate()

public SnapshotUpdate ();
Public Sub New ()

Applies to

SnapshotUpdate(IDictionary<String,String>, DiskSku, Nullable<OperatingSystemTypes>, Nullable<Int32>, EncryptionSettings)

public SnapshotUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiskSku sku = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OperatingSystemTypes? osType = default, int? diskSizeGB = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.EncryptionSettings encryptionSettings = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SnapshotUpdate : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiskSku * Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OperatingSystemTypes> * Nullable<int> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.EncryptionSettings -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SnapshotUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As DiskSku = Nothing, Optional osType As Nullable(Of OperatingSystemTypes) = Nothing, Optional diskSizeGB As Nullable(Of Integer) = Nothing, Optional encryptionSettings As EncryptionSettings = Nothing)

Parameters

sku
DiskSku
diskSizeGB
Nullable<Int32>
encryptionSettings
EncryptionSettings

Applies to