Udostępnij za pośrednictwem


Region Constructors

Definition

Overloads

Region()

Initializes a new instance of the Region class.

Region(String, String, IList<Region>)

Initializes a new instance of the Region class.

Region()

Initializes a new instance of the Region class.

public Region ();
Public Sub New ()

Applies to

Region(String, String, IList<Region>)

Initializes a new instance of the Region class.

public Region (string code = default, string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.Region> regions = default);
new Microsoft.Azure.Management.TrafficManager.Models.Region : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.Region> -> Microsoft.Azure.Management.TrafficManager.Models.Region
Public Sub New (Optional code As String = Nothing, Optional name As String = Nothing, Optional regions As IList(Of Region) = Nothing)

Parameters

code
String

The code of the region

name
String

The name of the region

regions
IList<Region>

The list of Regions grouped under this Region in the Geographic Hierarchy.

Applies to