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>, Nullable<StorageAccountTypes>, Nullable<OperatingSystemTypes>, CreationData, Nullable<Int32>, EncryptionSettings) |
DiskUpdate()
public DiskUpdate ();
Public Sub New ()
Applies to
DiskUpdate(IDictionary<String,String>, Nullable<StorageAccountTypes>, Nullable<OperatingSystemTypes>, CreationData, Nullable<Int32>, EncryptionSettings)
public DiskUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Commands.Common.Compute.Version2016_04_preview.Models.StorageAccountTypes? accountType = default, Microsoft.Azure.Commands.Common.Compute.Version2016_04_preview.Models.OperatingSystemTypes? osType = default, Microsoft.Azure.Commands.Common.Compute.Version2016_04_preview.Models.CreationData creationData = default, int? diskSizeGB = default, Microsoft.Azure.Commands.Common.Compute.Version2016_04_preview.Models.EncryptionSettings encryptionSettings = default);
new Microsoft.Azure.Commands.Common.Compute.Version2016_04_preview.Models.DiskUpdate : System.Collections.Generic.IDictionary<string, string> * Nullable<Microsoft.Azure.Commands.Common.Compute.Version2016_04_preview.Models.StorageAccountTypes> * Nullable<Microsoft.Azure.Commands.Common.Compute.Version2016_04_preview.Models.OperatingSystemTypes> * Microsoft.Azure.Commands.Common.Compute.Version2016_04_preview.Models.CreationData * Nullable<int> * Microsoft.Azure.Commands.Common.Compute.Version2016_04_preview.Models.EncryptionSettings -> Microsoft.Azure.Commands.Common.Compute.Version2016_04_preview.Models.DiskUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional accountType As Nullable(Of StorageAccountTypes) = Nothing, Optional osType As Nullable(Of OperatingSystemTypes) = Nothing, Optional creationData As CreationData = Nothing, Optional diskSizeGB As Nullable(Of Integer) = Nothing, Optional encryptionSettings As EncryptionSettings = Nothing)
Parameters
- tags
- IDictionary<String,String>
- accountType
- Nullable<StorageAccountTypes>
- osType
- Nullable<OperatingSystemTypes>
- creationData
- CreationData
- encryptionSettings
- EncryptionSettings