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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET