IWithDisallowed.WithUnsupportedDiskType(DiskSkuTypes) Method

Definition

Specifies the disk type not supported by the image.

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate 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.Definition.IWithCreate
Public Function WithUnsupportedDiskType (diskType As DiskSkuTypes) As IWithCreate

Parameters

diskType
DiskSkuTypes

The disk type.

Returns

Applies to