TrafficManagerGeographicHierarchyInner 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
TrafficManagerGeographicHierarchyInner() |
Initializes a new instance of the TrafficManagerGeographicHierarchyInner class. |
TrafficManagerGeographicHierarchyInner(String, String, String, RegionInner) |
Initializes a new instance of the TrafficManagerGeographicHierarchyInner class. |
TrafficManagerGeographicHierarchyInner()
Initializes a new instance of the TrafficManagerGeographicHierarchyInner class.
public TrafficManagerGeographicHierarchyInner ();
Public Sub New ()
Applies to
TrafficManagerGeographicHierarchyInner(String, String, String, RegionInner)
Initializes a new instance of the TrafficManagerGeographicHierarchyInner class.
public TrafficManagerGeographicHierarchyInner (string id = default, string name = default, string type = default, Microsoft.Azure.Management.TrafficManager.Fluent.Models.RegionInner geographicHierarchy = default);
new Microsoft.Azure.Management.TrafficManager.Fluent.Models.TrafficManagerGeographicHierarchyInner : string * string * string * Microsoft.Azure.Management.TrafficManager.Fluent.Models.RegionInner -> Microsoft.Azure.Management.TrafficManager.Fluent.Models.TrafficManagerGeographicHierarchyInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional geographicHierarchy As RegionInner = 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
- RegionInner
The region at the root of the hierarchy from all the regions in the hierarchy can be retrieved.
Applies to
Azure SDK for .NET