IWithDisallowed.WithUnsupportedDiskType(DiskSkuTypes) Method

Definition

Specifies the disk type not supported by the image.

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IUpdate WithUnsupportedDiskType (Microsoft.Azure.Management.Compute.Fluent.Models.DiskSkuTypes diskType);
abstract member WithUnsupportedDiskType : Microsoft.Azure.Management.Compute.Fluent.Models.DiskSkuTypes -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IUpdate
Public Function WithUnsupportedDiskType (diskType As DiskSkuTypes) As IUpdate

Parameters

diskType
DiskSkuTypes

The disk type.

Returns

Applies to