Uses of Class
com.azure.resourcemanager.trafficmanager.models.Region
-
Packages that use Region Package Description com.azure.resourcemanager.trafficmanager.fluent.models Package containing the inner data models for TrafficManagerManagementClient.com.azure.resourcemanager.trafficmanager.models 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 Region Modifier and Type Method Description RegionTrafficManagerGeographicHierarchyInner. 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 Region Modifier and Type Method Description TrafficManagerGeographicHierarchyInnerTrafficManagerGeographicHierarchyInner. 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 Region Modifier and Type Method Description RegionRegion. withCode(String code)Set the code property: The code of the region.RegionRegion. withName(String name)Set the name property: The name of the region.RegionRegion. 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 Region Modifier and Type Method Description List<Region>Region. 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 Region Modifier and Type Method Description RegionRegion. withRegions(List<Region> regions)Set the regions property: The list of Regions grouped under this Region in the Geographic Hierarchy.
-