PairedRegion 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
PairedRegion() |
Initializes a new instance of the PairedRegion class. |
PairedRegion(String, String, String) |
Initializes a new instance of the PairedRegion class. |
PairedRegion()
Initializes a new instance of the PairedRegion class.
public PairedRegion ();
Public Sub New ()
Applies to
PairedRegion(String, String, String)
Initializes a new instance of the PairedRegion class.
public PairedRegion (string name = default, string id = default, string subscriptionId = default);
new Microsoft.Azure.Management.ResourceManager.Models.PairedRegion : string * string * string -> Microsoft.Azure.Management.ResourceManager.Models.PairedRegion
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional subscriptionId As String = Nothing)
Parameters
- name
- String
The name of the paired region.
- id
- String
The fully qualified ID of the location. For example, /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus.
- subscriptionId
- String
The subscription ID.
Applies to
Azure SDK for .NET