TrafficManagerGeographicHierarchyData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the TrafficManagerGeographicHierarchy data model. Class representing the Geographic hierarchy used with the Geographic traffic routing method.
public class TrafficManagerGeographicHierarchyData : Azure.ResourceManager.TrafficManager.Models.TrafficManagerProxyResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.TrafficManager.TrafficManagerGeographicHierarchyData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.TrafficManager.TrafficManagerGeographicHierarchyData>
type TrafficManagerGeographicHierarchyData = class
inherit TrafficManagerProxyResourceData
interface IJsonModel<TrafficManagerGeographicHierarchyData>
interface IPersistableModel<TrafficManagerGeographicHierarchyData>
Public Class TrafficManagerGeographicHierarchyData
Inherits TrafficManagerProxyResourceData
Implements IJsonModel(Of TrafficManagerGeographicHierarchyData), IPersistableModel(Of TrafficManagerGeographicHierarchyData)
- Inheritance
-
TrafficManagerGeographicHierarchyData
- Implements
Constructors
TrafficManagerGeographicHierarchyData() |
Initializes a new instance of TrafficManagerGeographicHierarchyData. |
Properties
GeographicHierarchy |
The region at the root of the hierarchy from all the regions in the hierarchy can be retrieved. |
Id |
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}. (Inherited from TrafficManagerResourceData) |
Name |
The name of the resource. (Inherited from TrafficManagerResourceData) |
ResourceType |
The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles. (Inherited from TrafficManagerResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET