Uses of Class
com.azure.resourcemanager.compute.models.GalleryExtendedLocation
-
Packages that use GalleryExtendedLocation Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of GalleryExtendedLocation in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryExtendedLocation Modifier and Type Method Description GalleryExtendedLocationGalleryTargetExtendedLocation. extendedLocation()Get the extendedLocation property: The name of the extended location.GalleryExtendedLocationGalleryExtendedLocation. withName(String name)Set the name property: The name property.GalleryExtendedLocationGalleryExtendedLocation. withType(GalleryExtendedLocationType type)Set the type property: It is type of the extended location.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryExtendedLocation Modifier and Type Method Description GalleryTargetExtendedLocationGalleryTargetExtendedLocation. withExtendedLocation(GalleryExtendedLocation extendedLocation)Set the extendedLocation property: The name of the extended location.
-