次の方法で共有


IWithManagedDiskOptionals.WithOSDiskStorageAccountType メソッド

定義

マネージド OS ディスクのストレージ アカウントの種類を指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithManagedCreate WithOSDiskStorageAccountType (Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes accountType);
abstract member WithOSDiskStorageAccountType : Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithManagedCreate
Public Function WithOSDiskStorageAccountType (accountType As StorageAccountTypes) As IWithManagedCreate

パラメーター

accountType
StorageAccountTypes

ストレージ アカウントの種類。

戻り値

適用対象