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