| 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 |
|---|---|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringsClient.createOrUpdate(String resourceGroupName,
String crossConnectionName,
String peeringName,
ExpressRouteCrossConnectionPeeringInner peeringParameters)
Creates or updates a peering in the specified ExpressRouteCrossConnection.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringsClient.createOrUpdate(String resourceGroupName,
String crossConnectionName,
String peeringName,
ExpressRouteCrossConnectionPeeringInner peeringParameters,
com.azure.core.util.Context context)
Creates or updates a peering in the specified ExpressRouteCrossConnection.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringsClient.get(String resourceGroupName,
String crossConnectionName,
String peeringName)
Gets the specified peering for the ExpressRouteCrossConnection.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionPeeringInner>,ExpressRouteCrossConnectionPeeringInner> |
ExpressRouteCrossConnectionPeeringsClient.beginCreateOrUpdate(String resourceGroupName,
String crossConnectionName,
String peeringName,
ExpressRouteCrossConnectionPeeringInner peeringParameters)
Creates or updates a peering in the specified ExpressRouteCrossConnection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionPeeringInner>,ExpressRouteCrossConnectionPeeringInner> |
ExpressRouteCrossConnectionPeeringsClient.beginCreateOrUpdate(String resourceGroupName,
String crossConnectionName,
String peeringName,
ExpressRouteCrossConnectionPeeringInner peeringParameters,
com.azure.core.util.Context context)
Creates or updates a peering in the specified ExpressRouteCrossConnection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionPeeringInner>,ExpressRouteCrossConnectionPeeringInner> |
ExpressRouteCrossConnectionPeeringsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String crossConnectionName,
String peeringName,
ExpressRouteCrossConnectionPeeringInner peeringParameters)
Creates or updates a peering in the specified ExpressRouteCrossConnection.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringsClient.createOrUpdate(String resourceGroupName,
String crossConnectionName,
String peeringName,
ExpressRouteCrossConnectionPeeringInner peeringParameters)
Creates or updates a peering in the specified ExpressRouteCrossConnection.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringsClient.createOrUpdate(String resourceGroupName,
String crossConnectionName,
String peeringName,
ExpressRouteCrossConnectionPeeringInner peeringParameters,
com.azure.core.util.Context context)
Creates or updates a peering in the specified ExpressRouteCrossConnection.
|
Mono<ExpressRouteCrossConnectionPeeringInner> |
ExpressRouteCrossConnectionPeeringsClient.createOrUpdateAsync(String resourceGroupName,
String crossConnectionName,
String peeringName,
ExpressRouteCrossConnectionPeeringInner peeringParameters)
Creates or updates a peering in the specified ExpressRouteCrossConnection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ExpressRouteCrossConnectionPeeringsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String crossConnectionName,
String peeringName,
ExpressRouteCrossConnectionPeeringInner peeringParameters)
Creates or updates a peering in the specified ExpressRouteCrossConnection.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withGatewayManagerEtag(String gatewayManagerEtag)
Set the gatewayManagerEtag property: The GatewayManager Etag.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withId(String id) |
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withIpv6PeeringConfig(Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig)
Set the ipv6PeeringConfig property: The IPv6 peering configuration.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)
Set the microsoftPeeringConfig property: The Microsoft peering configuration.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withPeerAsn(Long peerAsn)
Set the peerAsn property: The peer ASN.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withPeeringType(ExpressRoutePeeringType peeringType)
Set the peeringType property: The peering type.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)
Set the primaryPeerAddressPrefix property: The primary address prefix.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)
Set the secondaryPeerAddressPrefix property: The secondary address prefix.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withSharedKey(String sharedKey)
Set the sharedKey property: The shared key.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withState(ExpressRoutePeeringState state)
Set the state property: The peering state.
|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withVlanId(Integer vlanId)
Set the vlanId property: The VLAN ID.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.