SnapshotUpdate 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
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
- tags
- IDictionary<String,String>
- sku
- DiskSku
- osType
- Nullable<OperatingSystemTypes>
- encryptionSettings
- EncryptionSettings