public interface ExpressRouteCrossConnectionPeeringsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionPeeringInner>,ExpressRouteCrossConnectionPeeringInner> |
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> |
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> |
beginCreateOrUpdateAsync(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<Void>,Void> |
beginDelete(String resourceGroupName,
String crossConnectionName,
String peeringName)
Deletes the specified peering from the ExpressRouteCrossConnection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String crossConnectionName,
String peeringName,
com.azure.core.util.Context context)
Deletes the specified peering from the ExpressRouteCrossConnection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String crossConnectionName,
String peeringName)
Deletes the specified peering from the ExpressRouteCrossConnection.
|
ExpressRouteCrossConnectionPeeringInner |
createOrUpdate(String resourceGroupName,
String crossConnectionName,
String peeringName,
ExpressRouteCrossConnectionPeeringInner peeringParameters)
Creates or updates a peering in the specified ExpressRouteCrossConnection.
|
ExpressRouteCrossConnectionPeeringInner |
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> |
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>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String crossConnectionName,
String peeringName,
ExpressRouteCrossConnectionPeeringInner peeringParameters)
Creates or updates a peering in the specified ExpressRouteCrossConnection.
|
void |
delete(String resourceGroupName,
String crossConnectionName,
String peeringName)
Deletes the specified peering from the ExpressRouteCrossConnection.
|
void |
delete(String resourceGroupName,
String crossConnectionName,
String peeringName,
com.azure.core.util.Context context)
Deletes the specified peering from the ExpressRouteCrossConnection.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String crossConnectionName,
String peeringName)
Deletes the specified peering from the ExpressRouteCrossConnection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String crossConnectionName,
String peeringName)
Deletes the specified peering from the ExpressRouteCrossConnection.
|
ExpressRouteCrossConnectionPeeringInner |
get(String resourceGroupName,
String crossConnectionName,
String peeringName)
Gets the specified peering for the ExpressRouteCrossConnection.
|
Mono<ExpressRouteCrossConnectionPeeringInner> |
getAsync(String resourceGroupName,
String crossConnectionName,
String peeringName)
Gets the specified peering for the ExpressRouteCrossConnection.
|
com.azure.core.http.rest.Response<ExpressRouteCrossConnectionPeeringInner> |
getWithResponse(String resourceGroupName,
String crossConnectionName,
String peeringName,
com.azure.core.util.Context context)
Gets the specified peering for the ExpressRouteCrossConnection.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteCrossConnectionPeeringInner>> |
getWithResponseAsync(String resourceGroupName,
String crossConnectionName,
String peeringName)
Gets the specified peering for the ExpressRouteCrossConnection.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteCrossConnectionPeeringInner> |
list(String resourceGroupName,
String crossConnectionName)
Gets all peerings in a specified ExpressRouteCrossConnection.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteCrossConnectionPeeringInner> |
list(String resourceGroupName,
String crossConnectionName,
com.azure.core.util.Context context)
Gets all peerings in a specified ExpressRouteCrossConnection.
|
com.azure.core.http.rest.PagedFlux<ExpressRouteCrossConnectionPeeringInner> |
listAsync(String resourceGroupName,
String crossConnectionName)
Gets all peerings in a specified ExpressRouteCrossConnection.
|
com.azure.core.http.rest.PagedFlux<ExpressRouteCrossConnectionPeeringInner> listAsync(String resourceGroupName, String crossConnectionName)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ExpressRouteCrossConnectionPeeringInner> list(String resourceGroupName, String crossConnectionName)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ExpressRouteCrossConnectionPeeringInner> list(String resourceGroupName, String crossConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String crossConnectionName, String peeringName)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String crossConnectionName, String peeringName)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String crossConnectionName, String peeringName)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String crossConnectionName, String peeringName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String crossConnectionName, String peeringName)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String crossConnectionName, String peeringName)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String crossConnectionName, String peeringName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ExpressRouteCrossConnectionPeeringInner>> getWithResponseAsync(String resourceGroupName, String crossConnectionName, String peeringName)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteCrossConnectionPeeringInner> getAsync(String resourceGroupName, String crossConnectionName, String peeringName)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCrossConnectionPeeringInner get(String resourceGroupName, String crossConnectionName, String peeringName)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ExpressRouteCrossConnectionPeeringInner> getWithResponse(String resourceGroupName, String crossConnectionName, String peeringName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String crossConnectionName, String peeringName, ExpressRouteCrossConnectionPeeringInner peeringParameters)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.peeringParameters - Peering in an ExpressRoute Cross Connection resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionPeeringInner>,ExpressRouteCrossConnectionPeeringInner> beginCreateOrUpdateAsync(String resourceGroupName, String crossConnectionName, String peeringName, ExpressRouteCrossConnectionPeeringInner peeringParameters)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.peeringParameters - Peering in an ExpressRoute Cross Connection resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionPeeringInner>,ExpressRouteCrossConnectionPeeringInner> beginCreateOrUpdate(String resourceGroupName, String crossConnectionName, String peeringName, ExpressRouteCrossConnectionPeeringInner peeringParameters)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.peeringParameters - Peering in an ExpressRoute Cross Connection resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionPeeringInner>,ExpressRouteCrossConnectionPeeringInner> beginCreateOrUpdate(String resourceGroupName, String crossConnectionName, String peeringName, ExpressRouteCrossConnectionPeeringInner peeringParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.peeringParameters - Peering in an ExpressRoute Cross Connection resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteCrossConnectionPeeringInner> createOrUpdateAsync(String resourceGroupName, String crossConnectionName, String peeringName, ExpressRouteCrossConnectionPeeringInner peeringParameters)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.peeringParameters - Peering in an ExpressRoute Cross Connection resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCrossConnectionPeeringInner createOrUpdate(String resourceGroupName, String crossConnectionName, String peeringName, ExpressRouteCrossConnectionPeeringInner peeringParameters)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.peeringParameters - Peering in an ExpressRoute Cross Connection resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteCrossConnectionPeeringInner createOrUpdate(String resourceGroupName, String crossConnectionName, String peeringName, ExpressRouteCrossConnectionPeeringInner peeringParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.crossConnectionName - The name of the ExpressRouteCrossConnection.peeringName - The name of the peering.peeringParameters - Peering in an ExpressRoute Cross Connection resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.