RegionInner 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
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET