Uses of Class
com.azure.resourcemanager.compute.models.GalleryExtendedLocationType
Packages that use GalleryExtendedLocationType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryExtendedLocationType in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type GalleryExtendedLocationType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classIt is type of the extended location.Fields in com.azure.resourcemanager.compute.models declared as GalleryExtendedLocationTypeModifier and TypeFieldDescriptionstatic final GalleryExtendedLocationTypeGalleryExtendedLocationType.EDGE_ZONEStatic value EdgeZone for GalleryExtendedLocationType.static final GalleryExtendedLocationTypeGalleryExtendedLocationType.UNKNOWNStatic value Unknown for GalleryExtendedLocationType.Methods in com.azure.resourcemanager.compute.models that return GalleryExtendedLocationTypeModifier and TypeMethodDescriptionstatic GalleryExtendedLocationTypeGalleryExtendedLocationType.fromString(String name) Creates or finds a GalleryExtendedLocationType from its string representation.GalleryExtendedLocation.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 GalleryExtendedLocationTypeModifier and TypeMethodDescriptionGalleryExtendedLocationType.values()Gets known GalleryExtendedLocationType values.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryExtendedLocationTypeModifier and TypeMethodDescriptionGalleryExtendedLocation.withType(GalleryExtendedLocationType type) Set the type property: It is type of the extended location.