GlobalReachConnection 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
GlobalReachConnection() |
Initializes a new instance of the GlobalReachConnection class. |
GlobalReachConnection(String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the GlobalReachConnection class. |
GlobalReachConnection()
Initializes a new instance of the GlobalReachConnection class.
public GlobalReachConnection ();
Public Sub New ()
Applies to
GlobalReachConnection(String, String, String, String, String, String, String, String, String)
Initializes a new instance of the GlobalReachConnection class.
public GlobalReachConnection (string id = default, string name = default, string type = default, string provisioningState = default, string addressPrefix = default, string authorizationKey = default, string circuitConnectionStatus = default, string peerExpressRouteCircuit = default, string expressRouteId = default);
new Microsoft.Azure.Management.Avs.Models.GlobalReachConnection : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Avs.Models.GlobalReachConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing, Optional addressPrefix As String = Nothing, Optional authorizationKey As String = Nothing, Optional circuitConnectionStatus As String = Nothing, Optional peerExpressRouteCircuit As String = Nothing, Optional expressRouteId As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- provisioningState
- String
The state of the ExpressRoute Circuit Authorization provisioning. Possible values include: 'Succeeded', 'Failed', 'Updating'
- addressPrefix
- String
The network used for global reach carved out from the original network block provided for the private cloud
- authorizationKey
- String
Authorization key from the peer express route used for the global reach connection
- circuitConnectionStatus
- String
The connection status of the global reach connection. Possible values include: 'Connected', 'Connecting', 'Disconnected'
- peerExpressRouteCircuit
- String
Identifier of the ExpressRoute Circuit to peer with in the global reach connection
- expressRouteId
- String
The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection
Applies to
Azure SDK for .NET