Uses of Class
com.azure.resourcemanager.compute.models.GalleryExtendedLocationType
-
Packages that use GalleryExtendedLocationType Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of GalleryExtendedLocationType in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as GalleryExtendedLocationType Modifier and Type Field Description static GalleryExtendedLocationTypeGalleryExtendedLocationType. EDGE_ZONEStatic value EdgeZone for GalleryExtendedLocationType.static GalleryExtendedLocationTypeGalleryExtendedLocationType. UNKNOWNStatic value Unknown for GalleryExtendedLocationType.Methods in com.azure.resourcemanager.compute.models that return GalleryExtendedLocationType Modifier and Type Method Description static GalleryExtendedLocationTypeGalleryExtendedLocationType. fromString(String name)Creates or finds a GalleryExtendedLocationType from its string representation.GalleryExtendedLocationTypeGalleryExtendedLocation. type()Get the type property: It is type of the extended location.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryExtendedLocationType Modifier and Type Method Description static Collection<GalleryExtendedLocationType>GalleryExtendedLocationType. values()Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryExtendedLocationType Modifier and Type Method Description GalleryExtendedLocationGalleryExtendedLocation. withType(GalleryExtendedLocationType type)Set the type property: It is type of the extended location.
-