次の方法で共有


IWithDisallowed.WithUnsupportedDiskTypes(IList<DiskSkuTypes>) メソッド

定義

イメージでサポートされていないディスクの種類を指定します。

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate WithUnsupportedDiskTypes (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.DiskSkuTypes> diskTypes);
abstract member WithUnsupportedDiskTypes : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.DiskSkuTypes> -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate
Public Function WithUnsupportedDiskTypes (diskTypes As IList(Of DiskSkuTypes)) As IWithCreate

パラメーター

diskTypes
IList<DiskSkuTypes>

ディスクの種類。

戻り値

適用対象