| 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 |
|---|---|
ExpressRouteCrossConnectionInner |
ExpressRouteCrossConnectionsClient.createOrUpdate(String resourceGroupName,
String crossConnectionName,
ExpressRouteCrossConnectionInner parameters)
Update the specified ExpressRouteCrossConnection.
|
ExpressRouteCrossConnectionInner |
ExpressRouteCrossConnectionsClient.createOrUpdate(String resourceGroupName,
String crossConnectionName,
ExpressRouteCrossConnectionInner parameters,
com.azure.core.util.Context context)
Update the specified ExpressRouteCrossConnection.
|
ExpressRouteCrossConnectionInner |
ExpressRouteCrossConnectionsClient.getByResourceGroup(String resourceGroupName,
String crossConnectionName)
Gets details about the specified ExpressRouteCrossConnection.
|
ExpressRouteCrossConnectionInner |
ExpressRouteCrossConnectionsClient.updateTags(String resourceGroupName,
String crossConnectionName)
Updates an express route cross connection tags.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionInner>,ExpressRouteCrossConnectionInner> |
ExpressRouteCrossConnectionsClient.beginCreateOrUpdate(String resourceGroupName,
String crossConnectionName,
ExpressRouteCrossConnectionInner parameters)
Update the specified ExpressRouteCrossConnection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionInner>,ExpressRouteCrossConnectionInner> |
ExpressRouteCrossConnectionsClient.beginCreateOrUpdate(String resourceGroupName,
String crossConnectionName,
ExpressRouteCrossConnectionInner parameters,
com.azure.core.util.Context context)
Update the specified ExpressRouteCrossConnection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionInner>,ExpressRouteCrossConnectionInner> |
ExpressRouteCrossConnectionsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String crossConnectionName,
ExpressRouteCrossConnectionInner parameters)
Update the specified ExpressRouteCrossConnection.
|
ExpressRouteCrossConnectionInner |
ExpressRouteCrossConnectionsClient.createOrUpdate(String resourceGroupName,
String crossConnectionName,
ExpressRouteCrossConnectionInner parameters)
Update the specified ExpressRouteCrossConnection.
|
ExpressRouteCrossConnectionInner |
ExpressRouteCrossConnectionsClient.createOrUpdate(String resourceGroupName,
String crossConnectionName,
ExpressRouteCrossConnectionInner parameters,
com.azure.core.util.Context context)
Update the specified ExpressRouteCrossConnection.
|
Mono<ExpressRouteCrossConnectionInner> |
ExpressRouteCrossConnectionsClient.createOrUpdateAsync(String resourceGroupName,
String crossConnectionName,
ExpressRouteCrossConnectionInner parameters)
Update the specified ExpressRouteCrossConnection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ExpressRouteCrossConnectionsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String crossConnectionName,
ExpressRouteCrossConnectionInner parameters)
Update the specified ExpressRouteCrossConnection.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCrossConnectionInner |
ExpressRouteCrossConnectionInner.withBandwidthInMbps(Integer bandwidthInMbps)
Set the bandwidthInMbps property: The circuit bandwidth In Mbps.
|
ExpressRouteCrossConnectionInner |
ExpressRouteCrossConnectionInner.withExpressRouteCircuit(ExpressRouteCircuitReference expressRouteCircuit)
Set the expressRouteCircuit property: The ExpressRouteCircuit.
|
ExpressRouteCrossConnectionInner |
ExpressRouteCrossConnectionInner.withId(String id)
Set the id property: Resource ID.
|
ExpressRouteCrossConnectionInner |
ExpressRouteCrossConnectionInner.withPeeringLocation(String peeringLocation)
Set the peeringLocation property: The peering location of the ExpressRoute circuit.
|
ExpressRouteCrossConnectionInner |
ExpressRouteCrossConnectionInner.withPeerings(List<ExpressRouteCrossConnectionPeeringInner> peerings)
Set the peerings property: The list of peerings.
|
ExpressRouteCrossConnectionInner |
ExpressRouteCrossConnectionInner.withServiceProviderNotes(String serviceProviderNotes)
Set the serviceProviderNotes property: Additional read only notes set by the connectivity provider.
|
ExpressRouteCrossConnectionInner |
ExpressRouteCrossConnectionInner.withServiceProviderProvisioningState(ServiceProviderProvisioningState serviceProviderProvisioningState)
Set the serviceProviderProvisioningState property: The provisioning state of the circuit in the connectivity
provider system.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.