| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteConnectionInner |
ExpressRouteConnectionsClient.createOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
ExpressRouteConnectionInner |
ExpressRouteConnectionsClient.createOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters,
com.azure.core.util.Context context)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
ExpressRouteConnectionInner |
ExpressRouteConnectionsClient.get(String resourceGroupName,
String expressRouteGatewayName,
String connectionName)
Gets the specified ExpressRouteConnection.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteConnectionInner>,ExpressRouteConnectionInner> |
ExpressRouteConnectionsClient.beginCreateOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteConnectionInner>,ExpressRouteConnectionInner> |
ExpressRouteConnectionsClient.beginCreateOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters,
com.azure.core.util.Context context)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteConnectionInner>,ExpressRouteConnectionInner> |
ExpressRouteConnectionsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
ExpressRouteConnectionInner |
ExpressRouteConnectionsClient.createOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
ExpressRouteConnectionInner |
ExpressRouteConnectionsClient.createOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters,
com.azure.core.util.Context context)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
Mono<ExpressRouteConnectionInner> |
ExpressRouteConnectionsClient.createOrUpdateAsync(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ExpressRouteConnectionsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteConnectionInner |
ExpressRouteConnectionInner.withAuthorizationKey(String authorizationKey)
Set the authorizationKey property: Authorization key to establish the connection.
|
ExpressRouteConnectionInner |
ExpressRouteConnectionInner.withEnableInternetSecurity(Boolean enableInternetSecurity)
Set the enableInternetSecurity property: Enable internet security.
|
ExpressRouteConnectionInner |
ExpressRouteConnectionInner.withExpressRouteCircuitPeering(ExpressRouteCircuitPeeringId expressRouteCircuitPeering)
Set the expressRouteCircuitPeering property: The ExpressRoute circuit peering.
|
ExpressRouteConnectionInner |
ExpressRouteConnectionInner.withName(String name)
Set the name property: The name of the resource.
|
ExpressRouteConnectionInner |
ExpressRouteConnectionInner.withRoutingConfiguration(RoutingConfiguration routingConfiguration)
Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
ExpressRouteConnectionInner |
ExpressRouteConnectionInner.withRoutingWeight(Integer routingWeight)
Set the routingWeight property: The routing weight associated to the connection.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.