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