次の方法で共有


VirtualMachineScaleSetManagedDiskParameters コンストラクター

定義

オーバーロード

VirtualMachineScaleSetManagedDiskParameters()

VirtualMachineScaleSetManagedDiskParameters クラスの新しいインスタンスを初期化します。

VirtualMachineScaleSetManagedDiskParameters(StorageAccountTypes, SubResource)

VirtualMachineScaleSetManagedDiskParameters クラスの新しいインスタンスを初期化します。

VirtualMachineScaleSetManagedDiskParameters()

VirtualMachineScaleSetManagedDiskParameters クラスの新しいインスタンスを初期化します。

public VirtualMachineScaleSetManagedDiskParameters ();
Public Sub New ()

適用対象

VirtualMachineScaleSetManagedDiskParameters(StorageAccountTypes, SubResource)

VirtualMachineScaleSetManagedDiskParameters クラスの新しいインスタンスを初期化します。

public VirtualMachineScaleSetManagedDiskParameters (Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes storageAccountType = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource diskEncryptionSet = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetManagedDiskParameters : Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource -> Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetManagedDiskParameters
Public Sub New (Optional storageAccountType As StorageAccountTypes = Nothing, Optional diskEncryptionSet As SubResource = Nothing)

パラメーター

storageAccountType
StorageAccountTypes

マネージド ディスクのストレージ アカウントの種類を指定します。 注: UltraSSD_LRSはデータ ディスクでのみ使用できます。OS ディスクでは使用できません。 使用できる値は、'Standard_LRS'、'Premium_LRS'、'StandardSSD_LRS'、'UltraSSD_LRS' です。

diskEncryptionSet
SubResource

マネージド ディスクのカスタマー マネージド ディスク暗号化セット リソース ID を指定します。

適用対象