IWithDisallowed.WithUnsupportedDiskTypes(IList<DiskSkuTypes>) Method

Definition

Specifies the disk types not supported by the image.

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

Parameters

diskTypes
IList<DiskSkuTypes>

The disk types.

Returns

Applies to