ArmAvsModelFactory.GlobalReachConnectionData Method
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.
Initializes a new instance of GlobalReachConnectionData.
public static Azure.ResourceManager.Avs.GlobalReachConnectionData GlobalReachConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Avs.Models.GlobalReachConnectionProvisioningState? provisioningState = default, string addressPrefix = default, string authorizationKey = default, Azure.ResourceManager.Avs.Models.GlobalReachConnectionStatus? circuitConnectionStatus = default, Azure.Core.ResourceIdentifier peerExpressRouteCircuit = default, Azure.Core.ResourceIdentifier expressRouteId = default);
static member GlobalReachConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Avs.Models.GlobalReachConnectionProvisioningState> * string * string * Nullable<Azure.ResourceManager.Avs.Models.GlobalReachConnectionStatus> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Avs.GlobalReachConnectionData
Public Shared Function GlobalReachConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of GlobalReachConnectionProvisioningState) = Nothing, Optional addressPrefix As String = Nothing, Optional authorizationKey As String = Nothing, Optional circuitConnectionStatus As Nullable(Of GlobalReachConnectionStatus) = Nothing, Optional peerExpressRouteCircuit As ResourceIdentifier = Nothing, Optional expressRouteId As ResourceIdentifier = Nothing) As GlobalReachConnectionData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- Nullable<GlobalReachConnectionProvisioningState>
The state of the ExpressRoute Circuit Authorization provisioning.
- 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
- Nullable<GlobalReachConnectionStatus>
The connection status of the global reach connection.
- peerExpressRouteCircuit
- ResourceIdentifier
Identifier of the ExpressRoute Circuit to peer with in the global reach connection
- expressRouteId
- ResourceIdentifier
The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection
Returns
A new GlobalReachConnectionData instance for mocking.
Applies to
Azure SDK for .NET