ImageOSDisk 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
ImageOSDisk() | |
ImageOSDisk(OperatingSystemTypes, OperatingSystemStateTypes, SubResource, SubResource, String, Nullable<CachingTypes>, Nullable<Int32>, String) |
ImageOSDisk()
public ImageOSDisk ();
Public Sub New ()
Applies to
ImageOSDisk(OperatingSystemTypes, OperatingSystemStateTypes, SubResource, SubResource, String, Nullable<CachingTypes>, Nullable<Int32>, String)
public ImageOSDisk (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OperatingSystemTypes osType, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OperatingSystemStateTypes osState, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource snapshot = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource managedDisk = default, string blobUri = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.CachingTypes? caching = default, int? diskSizeGB = default, string storageAccountType = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageOSDisk : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OperatingSystemTypes * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OperatingSystemStateTypes * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource * string * Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.CachingTypes> * Nullable<int> * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageOSDisk
Public Sub New (osType As OperatingSystemTypes, osState As OperatingSystemStateTypes, Optional snapshot As SubResource = Nothing, Optional managedDisk As SubResource = Nothing, Optional blobUri As String = Nothing, Optional caching As Nullable(Of CachingTypes) = Nothing, Optional diskSizeGB As Nullable(Of Integer) = Nothing, Optional storageAccountType As String = Nothing)
Parameters
- osType
- OperatingSystemTypes
- osState
- OperatingSystemStateTypes
- snapshot
- SubResource
- managedDisk
- SubResource
- blobUri
- String
- caching
- Nullable<CachingTypes>
- storageAccountType
- String