Uses of Class
com.azure.resourcemanager.compute.models.Disallowed
-
Packages that use Disallowed Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of Disallowed in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return Disallowed Modifier and Type Method Description DisallowedCommunityGalleryImageInner. disallowed()Get the disallowed property: Describes the disallowed disk types.DisallowedCommunityGalleryImageProperties. disallowed()Get the disallowed property: Describes the disallowed disk types.DisallowedGalleryImageInner. disallowed()Get the disallowed property: Describes the disallowed disk types.DisallowedGalleryImageProperties. disallowed()Get the disallowed property: Describes the disallowed disk types.DisallowedSharedGalleryImageInner. disallowed()Get the disallowed property: Describes the disallowed disk types.DisallowedSharedGalleryImageProperties. disallowed()Get the disallowed property: Describes the disallowed disk types.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type Disallowed Modifier and Type Method Description CommunityGalleryImageInnerCommunityGalleryImageInner. withDisallowed(Disallowed disallowed)Set the disallowed property: Describes the disallowed disk types.CommunityGalleryImagePropertiesCommunityGalleryImageProperties. withDisallowed(Disallowed disallowed)Set the disallowed property: Describes the disallowed disk types.GalleryImageInnerGalleryImageInner. withDisallowed(Disallowed disallowed)Set the disallowed property: Describes the disallowed disk types.GalleryImagePropertiesGalleryImageProperties. withDisallowed(Disallowed disallowed)Set the disallowed property: Describes the disallowed disk types.SharedGalleryImageInnerSharedGalleryImageInner. withDisallowed(Disallowed disallowed)Set the disallowed property: Describes the disallowed disk types.SharedGalleryImagePropertiesSharedGalleryImageProperties. withDisallowed(Disallowed disallowed)Set the disallowed property: Describes the disallowed disk types. -
Uses of Disallowed in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return Disallowed Modifier and Type Method Description DisallowedGalleryImage. disallowed()DisallowedGalleryImageUpdate. disallowed()Get the disallowed property: Describes the disallowed disk types.DisallowedDisallowed. withDiskTypes(List<String> diskTypes)Set the diskTypes property: A list of disk types.Methods in com.azure.resourcemanager.compute.models with parameters of type Disallowed Modifier and Type Method Description GalleryImage.DefinitionStages.WithCreateGalleryImage.DefinitionStages.WithDisallowed. withDisallowed(Disallowed disallowed)Specifies disallowed settings.GalleryImage.UpdateGalleryImage.UpdateStages.WithDisallowed. withDisallowed(Disallowed disallowed)Specifies disallowed settings.GalleryImageUpdateGalleryImageUpdate. withDisallowed(Disallowed disallowed)Set the disallowed property: Describes the disallowed disk types.
-