次の方法で共有


ImageOSDisk Constructors

Definition

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

snapshot
SubResource
managedDisk
SubResource
blobUri
String
diskSizeGB
Nullable<Int32>
storageAccountType
String

Applies to