DiskUpdate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- tags
- IDictionary<String,String>
- sku
- DiskSku
- osType
- Nullable<OperatingSystemTypes>
- encryptionSettings
- EncryptionSettings