RegionInner Constructors

Definition

Overloads

RegionInner()

Initializes a new instance of the Region class.

RegionInner(String, String, IList<RegionInner>)

Initializes a new instance of the Region class.

RegionInner()

Initializes a new instance of the Region class.

public RegionInner ();
Public Sub New ()

Applies to

RegionInner(String, String, IList<RegionInner>)

Initializes a new instance of the Region class.

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

Parameters

code
String

The code of the region

name
String

The name of the region

regions
IList<RegionInner>

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

Applies to