ImageDataDisk コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ImageDataDisk() |
ImageDataDisk クラスの新しいインスタンスを初期化します。 |
ImageDataDisk(Int32, SubResource, SubResource, String, Nullable<CachingTypes>, Nullable<Int32>, StorageAccountTypes, SubResource) |
ImageDataDisk クラスの新しいインスタンスを初期化します。 |
ImageDataDisk()
ImageDataDisk クラスの新しいインスタンスを初期化します。
public ImageDataDisk ();
Public Sub New ()
適用対象
ImageDataDisk(Int32, SubResource, SubResource, String, Nullable<CachingTypes>, Nullable<Int32>, StorageAccountTypes, SubResource)
ImageDataDisk クラスの新しいインスタンスを初期化します。
public ImageDataDisk (int lun, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource snapshot = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource managedDisk = default, string blobUri = default, Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes? caching = default, int? diskSizeGB = default, Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes storageAccountType = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource diskEncryptionSet = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ImageDataDisk : int * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * string * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes> * Nullable<int> * Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource -> Microsoft.Azure.Management.Compute.Fluent.Models.ImageDataDisk
Public Sub New (lun As Integer, 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 StorageAccountTypes = Nothing, Optional diskEncryptionSet As SubResource = Nothing)
パラメーター
- lun
- Int32
データ ディスクの論理ユニット番号を指定します。 この値は、VM 内のデータ ディスクを識別するために使用されるため、VM に接続されているデータ ディスクごとに一意である必要があります。
- snapshot
- SubResource
スナップショット。
- managedDisk
- SubResource
managedDisk。
- blobUri
- String
仮想ハード ディスク。
- caching
- Nullable<CachingTypes>
キャッシュの要件を指定します。 <br><br> 使用できる値は、<br br><>None<br><br>ReadOnly<br><br>ReadWrite<br><br> Default: None for Standard Storage です。Premium Storage の ReadOnly。 使用できる値は、'None'、'ReadOnly'、'ReadWrite' です。
空のデータ ディスクのサイズをギガバイト単位で指定します。 この要素を使用して、仮想マシン イメージ内のディスクの名前を上書きできます。 <br br><> この値は 1023 GB より大きくすることはできません
- storageAccountType
- StorageAccountTypes
マネージド ディスクのストレージ アカウントの種類を指定します。 注: UltraSSD_LRSはデータ ディスクでのみ使用できますが、OS ディスクでは使用できません。 使用できる値は、'Standard_LRS'、'Premium_LRS'、'StandardSSD_LRS'、'UltraSSD_LRS' です。
- diskEncryptionSet
- SubResource
マネージド イメージ ディスクのカスタマー マネージド ディスク暗号化セット リソース ID を指定します。
適用対象
Azure SDK for .NET