DiskUpdate Constructors

Definition

Overloads

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

DiskUpdate()

public DiskUpdate ();
Public Sub New ()

Applies to

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

public DiskUpdate (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.DiskUpdate : 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.DiskUpdate
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