@Beta(value=V1_15_0)
public static interface GalleryImage.UpdateStages.WithDisallowed
Modifier and Type | Method and Description |
---|---|
GalleryImage.Update |
withDisallowed(Disallowed disallowed)
Specifies disallowed settings.
|
GalleryImage.Update |
withoutUnsupportedDiskType(DiskSkuTypes diskType)
Specifies the disk type should be removed from the unsupported disk type.
|
GalleryImage.Update |
withUnsupportedDiskType(DiskSkuTypes diskType)
Specifies the disk type not supported by the image.
|
GalleryImage.Update |
withUnsupportedDiskTypes(List<DiskSkuTypes> diskTypes)
Specifies the disk types not supported by the image.
|
@Beta(value=V1_15_0) GalleryImage.Update withUnsupportedDiskType(DiskSkuTypes diskType)
diskType
- the disk type@Beta(value=V1_15_0) GalleryImage.Update withUnsupportedDiskTypes(List<DiskSkuTypes> diskTypes)
diskTypes
- the disk types@Beta(value=V1_15_0) GalleryImage.Update withoutUnsupportedDiskType(DiskSkuTypes diskType)
diskType
- the disk type@Beta(value=V1_15_0) GalleryImage.Update withDisallowed(Disallowed disallowed)
disallowed
- the disallowed settingsCopyright © 2019. All rights reserved.