Condividi tramite


IWithDisallowed.WithUnsupportedDiskTypes(IList<DiskSkuTypes>) Method

Definition

Specifies the disk types not supported by the image.

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IUpdate 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.Update.IUpdate
Public Function WithUnsupportedDiskTypes (diskTypes As IList(Of DiskSkuTypes)) As IUpdate

Parameters

diskTypes
IList<DiskSkuTypes>

The disk types.

Returns

Applies to