Uses of Class
com.azure.resourcemanager.trafficmanager.fluent.models.TrafficManagerGeographicHierarchyInner
-
Packages that use TrafficManagerGeographicHierarchyInner Package Description com.azure.resourcemanager.trafficmanager.fluent Package containing the service clients for TrafficManagerManagementClient.com.azure.resourcemanager.trafficmanager.fluent.models Package containing the inner data models for TrafficManagerManagementClient. -
-
Uses of TrafficManagerGeographicHierarchyInner in com.azure.resourcemanager.trafficmanager.fluent
Methods in com.azure.resourcemanager.trafficmanager.fluent that return TrafficManagerGeographicHierarchyInner Modifier and Type Method Description TrafficManagerGeographicHierarchyInnerGeographicHierarchiesClient. getDefault()Gets the default Geographic Hierarchy used by the Geographic traffic routing method.Methods in com.azure.resourcemanager.trafficmanager.fluent that return types with arguments of type TrafficManagerGeographicHierarchyInner Modifier and Type Method Description Mono<TrafficManagerGeographicHierarchyInner>GeographicHierarchiesClient. getDefaultAsync()Gets the default Geographic Hierarchy used by the Geographic traffic routing method.com.azure.core.http.rest.Response<TrafficManagerGeographicHierarchyInner>GeographicHierarchiesClient. getDefaultWithResponse(com.azure.core.util.Context context)Gets the default Geographic Hierarchy used by the Geographic traffic routing method.Mono<com.azure.core.http.rest.Response<TrafficManagerGeographicHierarchyInner>>GeographicHierarchiesClient. getDefaultWithResponseAsync()Gets the default Geographic Hierarchy used by the Geographic traffic routing method. -
Uses of TrafficManagerGeographicHierarchyInner in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return TrafficManagerGeographicHierarchyInner 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.TrafficManagerGeographicHierarchyInnerTrafficManagerGeographicHierarchyInner. withId(String id)Set the id property: Fully qualified resource Id for the resource.TrafficManagerGeographicHierarchyInnerTrafficManagerGeographicHierarchyInner. withName(String name)Set the name property: The name of the resource.TrafficManagerGeographicHierarchyInnerTrafficManagerGeographicHierarchyInner. withType(String type)Set the type property: The type of the resource.
-