Uses of Class
com.azure.resourcemanager.trafficmanager.models.Region
Packages that use Region
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
Package containing the data models for TrafficManagerManagementClient.
-
Uses of Region in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return RegionModifier and TypeMethodDescriptionGeographicHierarchyProperties.geographicHierarchy()Get the geographicHierarchy property: The region at the root of the hierarchy from all the regions in the hierarchy can be retrieved.TrafficManagerGeographicHierarchyInner.geographicHierarchy()Get the geographicHierarchy property: The region at the root of the hierarchy from all the regions in the hierarchy can be retrieved.Methods in com.azure.resourcemanager.trafficmanager.fluent.models with parameters of type RegionModifier and TypeMethodDescriptionGeographicHierarchyProperties.withGeographicHierarchy(Region geographicHierarchy) Set the geographicHierarchy property: The region at the root of the hierarchy from all the regions in the hierarchy can be retrieved.TrafficManagerGeographicHierarchyInner.withGeographicHierarchy(Region geographicHierarchy) Set the geographicHierarchy property: The region at the root of the hierarchy from all the regions in the hierarchy can be retrieved. -
Uses of Region in com.azure.resourcemanager.trafficmanager.models
Methods in com.azure.resourcemanager.trafficmanager.models that return RegionModifier and TypeMethodDescriptionstatic RegionRegion.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Region from the JsonReader.Set the code property: The code of the region.Set the name property: The name of the region.Region.withRegions(List<Region> regions) Set the regions property: The list of Regions grouped under this Region in the Geographic Hierarchy.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type RegionModifier and TypeMethodDescriptionRegion.regions()Get the regions property: The list of Regions grouped under this Region in the Geographic Hierarchy.Method parameters in com.azure.resourcemanager.trafficmanager.models with type arguments of type RegionModifier and TypeMethodDescriptionRegion.withRegions(List<Region> regions) Set the regions property: The list of Regions grouped under this Region in the Geographic Hierarchy.