ImageOSDisk コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ImageOSDisk() |
ImageOSDisk クラスの新しいインスタンスを初期化します。 |
ImageOSDisk(OperatingSystemTypes, OperatingSystemStateTypes, SubResource, SubResource, String, Nullable<CachingTypes>, Nullable<Int32>, String, DiskEncryptionSetParameters) |
ImageOSDisk クラスの新しいインスタンスを初期化します。 |
ImageOSDisk()
ImageOSDisk クラスの新しいインスタンスを初期化します。
public ImageOSDisk ();
Public Sub New ()
適用対象
ImageOSDisk(OperatingSystemTypes, OperatingSystemStateTypes, SubResource, SubResource, String, Nullable<CachingTypes>, Nullable<Int32>, String, DiskEncryptionSetParameters)
ImageOSDisk クラスの新しいインスタンスを初期化します。
public ImageOSDisk (Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes osType, Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes osState, Microsoft.Azure.Management.Compute.Models.SubResource snapshot = default, Microsoft.Azure.Management.Compute.Models.SubResource managedDisk = default, string blobUri = default, Microsoft.Azure.Management.Compute.Models.CachingTypes? caching = default, int? diskSizeGB = default, string storageAccountType = default, Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters diskEncryptionSet = default);
new Microsoft.Azure.Management.Compute.Models.ImageOSDisk : Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes * Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes * Microsoft.Azure.Management.Compute.Models.SubResource * Microsoft.Azure.Management.Compute.Models.SubResource * string * Nullable<Microsoft.Azure.Management.Compute.Models.CachingTypes> * Nullable<int> * string * Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters -> Microsoft.Azure.Management.Compute.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, Optional diskEncryptionSet As DiskEncryptionSetParameters = Nothing)
パラメーター
- osType
- OperatingSystemTypes
このプロパティを使用すると、カスタム イメージから VM を作成する場合にディスクに含まれる OS の種類を指定できます。 使用できる値は 、Windows、Linux です。 使用可能な値は、'Windows'、'Linux' です。
- osState
- OperatingSystemStateTypes
OS の状態。 マネージド イメージの場合は、一般化を使用します。 使用可能な値は、'一般化'、'特殊化' です。
- snapshot
- SubResource
スナップショット。
- managedDisk
- SubResource
managedDisk。
- blobUri
- String
仮想ハード ディスク。
- caching
- Nullable<CachingTypes>
キャッシュの要件を指定します。 使用できる値は、 None、ReadOnly、ReadWrite です。 既定値は、 Standard Storage の場合は [なし] です。Premium Storage の ReadOnly.. 使用可能な値は、'None'、'ReadOnly'、'ReadWrite' です。
空のデータ ディスクのサイズをギガバイト単位で指定します。 この要素を使用して、仮想マシン イメージ内のディスクの名前を上書きできます。 この値は 1023 GB を超えることはできません。
- storageAccountType
- String
マネージド ディスクのストレージ アカウントの種類を指定します。 注: UltraSSD_LRSはデータ ディスクでのみ使用できます。OS ディスクでは使用できません。 指定できる値は、'Standard_LRS'、'Premium_LRS'、'StandardSSD_LRS'、'UltraSSD_LRS'、'Premium_ZRS'、'StandardSSD_ZRS'、'PremiumV2_LRS' です。
- diskEncryptionSet
- DiskEncryptionSetParameters
マネージド イメージ ディスクのカスタマー マネージド ディスク暗号化セット リソース ID を指定します。
適用対象
Azure SDK for .NET