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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET