Interface GalleryImage.DefinitionStages.WithDisallowed
- All Known Subinterfaces:
GalleryImage.Definition
,GalleryImage.DefinitionStages.WithCreate
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithDisallowed
The stage of the gallery image definition allowing to specify settings disallowed
for a virtual machine based on the image.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisallowed
(Disallowed disallowed) Specifies disallowed settings.withUnsupportedDiskType
(DiskSkuTypes diskType) Specifies the disk type not supported by the image.withUnsupportedDiskTypes
(List<DiskSkuTypes> diskTypes) Specifies the disk types not supported by the image.
-
Method Details
-
withUnsupportedDiskType
Specifies the disk type not supported by the image.- Parameters:
diskType
- the disk type- Returns:
- the next definition stage
-
withUnsupportedDiskTypes
Specifies the disk types not supported by the image.- Parameters:
diskTypes
- the disk types- Returns:
- the next definition stage
-
withDisallowed
Specifies disallowed settings.- Parameters:
disallowed
- the disallowed settings- Returns:
- the next definition stage
-