Uses of Class
com.microsoft.azure.management.trafficmanager.Region
-
-
Uses of Region in com.microsoft.azure.management.trafficmanager
Methods in com.microsoft.azure.management.trafficmanager that return Region Modifier and Type Method Description RegionRegion. withCode(String code)Set the code of the region.RegionRegion. withName(String name)Set the name of the region.RegionRegion. withRegions(List<Region> regions)Set the list of Regions grouped under this Region in the Geographic Hierarchy.Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type Region Modifier and Type Method Description List<Region>Region. regions()Get the list of Regions grouped under this Region in the Geographic Hierarchy.Method parameters in com.microsoft.azure.management.trafficmanager with type arguments of type Region Modifier and Type Method Description RegionRegion. withRegions(List<Region> regions)Set the list of Regions grouped under this Region in the Geographic Hierarchy.
-