GalleryImage.UpdateStages.WithDisallowed Interface

public static interface GalleryImage.UpdateStages.WithDisallowed

The stage of the gallery image update allowing to specify settings disallowed for a virtual machine based on the image.

Method Summary

Modifier and Type Method and Description
abstract Update withDisallowed(Disallowed disallowed)

Specifies disallowed settings.

abstract Update withUnsupportedDiskType(DiskSkuTypes diskType)

Specifies the disk type not supported by the image.

abstract Update withUnsupportedDiskTypes(List<DiskSkuTypes> diskTypes)

Specifies the disk types not supported by the image.

abstract Update withoutUnsupportedDiskType(DiskSkuTypes diskType)

Specifies the disk type should be removed from the unsupported disk type.

Method Details

withDisallowed

public abstract GalleryImage.Update withDisallowed(Disallowed disallowed)

Specifies disallowed settings.

Parameters:

disallowed - the disallowed settings

Returns:

the next update stage

withUnsupportedDiskType

public abstract GalleryImage.Update withUnsupportedDiskType(DiskSkuTypes diskType)

Specifies the disk type not supported by the image.

Parameters:

diskType - the disk type

Returns:

the next update stage

withUnsupportedDiskTypes

public abstract GalleryImage.Update withUnsupportedDiskTypes(List diskTypes)

Specifies the disk types not supported by the image.

Parameters:

diskTypes - the disk types

Returns:

the next update stage

withoutUnsupportedDiskType

public abstract GalleryImage.Update withoutUnsupportedDiskType(DiskSkuTypes diskType)

Specifies the disk type should be removed from the unsupported disk type.

Parameters:

diskType - the disk type

Returns:

the next update stage

Applies to