TrafficManagerGeographicHierarchy Constructors
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.
Overloads
TrafficManagerGeographicHierarchy() |
Initializes a new instance of the TrafficManagerGeographicHierarchy class. |
TrafficManagerGeographicHierarchy(String, String, String, Region) |
Initializes a new instance of the TrafficManagerGeographicHierarchy class. |
TrafficManagerGeographicHierarchy()
Initializes a new instance of the TrafficManagerGeographicHierarchy class.
public TrafficManagerGeographicHierarchy ();
Public Sub New ()
Applies to
TrafficManagerGeographicHierarchy(String, String, String, Region)
Initializes a new instance of the TrafficManagerGeographicHierarchy class.
public TrafficManagerGeographicHierarchy (string id = default, string name = default, string type = default, Microsoft.Azure.Management.TrafficManager.Models.Region geographicHierarchy = default);
new Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerGeographicHierarchy : string * string * string * Microsoft.Azure.Management.TrafficManager.Models.Region -> Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerGeographicHierarchy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional geographicHierarchy As Region = Nothing)
Parameters
- id
- String
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.
- geographicHierarchy
- Region
The region at the root of the hierarchy from all the regions in the hierarchy can be retrieved.
Applies to
Azure SDK for .NET