Uses of Class
com.azure.resourcemanager.trafficmanager.models.Region
Packages that use Region
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
null.
Package containing the data models for TrafficManagerManagementClient.
null.
-
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
Subinterfaces with type arguments of type Region in com.azure.resourcemanager.trafficmanager.modelsModifier and TypeInterfaceDescriptioninterfaceType representing Geographic Hierarchy region (location).Classes in com.azure.resourcemanager.trafficmanager.models that implement interfaces with type arguments of type RegionModifier and TypeClassDescriptionfinal classClass representing a region in the Geographic hierarchy used with the Geographic traffic routing method.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.