public static interface GalleryImage.DefinitionStages.WithDisallowed
| Modifier and Type | Method and Description |
|---|---|
GalleryImage.DefinitionStages.WithCreate |
withDisallowed(Disallowed disallowed)
Specifies disallowed settings.
|
GalleryImage.DefinitionStages.WithCreate |
withUnsupportedDiskType(DiskSkuTypes diskType)
Specifies the disk type not supported by the image.
|
GalleryImage.DefinitionStages.WithCreate |
withUnsupportedDiskTypes(List<DiskSkuTypes> diskTypes)
Specifies the disk types not supported by the image.
|
GalleryImage.DefinitionStages.WithCreate withUnsupportedDiskType(DiskSkuTypes diskType)
diskType - the disk typeGalleryImage.DefinitionStages.WithCreate withUnsupportedDiskTypes(List<DiskSkuTypes> diskTypes)
diskTypes - the disk typesGalleryImage.DefinitionStages.WithCreate withDisallowed(Disallowed disallowed)
disallowed - the disallowed settingsCopyright © 2020 Microsoft Corporation. All rights reserved.