public interface VirtualNetworkPeeringsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkPeeringInner>,VirtualNetworkPeeringInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName,
VirtualNetworkPeeringInner virtualNetworkPeeringParameters,
SyncRemoteAddressSpace syncRemoteAddressSpace)
Creates or updates a peering in the specified virtual network.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkPeeringInner>,VirtualNetworkPeeringInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName,
VirtualNetworkPeeringInner virtualNetworkPeeringParameters,
SyncRemoteAddressSpace syncRemoteAddressSpace,
com.azure.core.util.Context context)
Creates or updates a peering in the specified virtual network.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkPeeringInner>,VirtualNetworkPeeringInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName,
VirtualNetworkPeeringInner virtualNetworkPeeringParameters,
SyncRemoteAddressSpace syncRemoteAddressSpace)
Creates or updates a peering in the specified virtual network.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName)
Deletes the specified virtual network peering.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName,
com.azure.core.util.Context context)
Deletes the specified virtual network peering.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName)
Deletes the specified virtual network peering.
|
VirtualNetworkPeeringInner |
createOrUpdate(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName,
VirtualNetworkPeeringInner virtualNetworkPeeringParameters)
Creates or updates a peering in the specified virtual network.
|
VirtualNetworkPeeringInner |
createOrUpdate(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName,
VirtualNetworkPeeringInner virtualNetworkPeeringParameters,
SyncRemoteAddressSpace syncRemoteAddressSpace)
Creates or updates a peering in the specified virtual network.
|
VirtualNetworkPeeringInner |
createOrUpdate(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName,
VirtualNetworkPeeringInner virtualNetworkPeeringParameters,
SyncRemoteAddressSpace syncRemoteAddressSpace,
com.azure.core.util.Context context)
Creates or updates a peering in the specified virtual network.
|
Mono<VirtualNetworkPeeringInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName,
VirtualNetworkPeeringInner virtualNetworkPeeringParameters)
Creates or updates a peering in the specified virtual network.
|
Mono<VirtualNetworkPeeringInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName,
VirtualNetworkPeeringInner virtualNetworkPeeringParameters,
SyncRemoteAddressSpace syncRemoteAddressSpace)
Creates or updates a peering in the specified virtual network.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName,
VirtualNetworkPeeringInner virtualNetworkPeeringParameters,
SyncRemoteAddressSpace syncRemoteAddressSpace)
Creates or updates a peering in the specified virtual network.
|
void |
delete(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName)
Deletes the specified virtual network peering.
|
void |
delete(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName,
com.azure.core.util.Context context)
Deletes the specified virtual network peering.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName)
Deletes the specified virtual network peering.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName)
Deletes the specified virtual network peering.
|
VirtualNetworkPeeringInner |
get(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName)
Gets the specified virtual network peering.
|
Mono<VirtualNetworkPeeringInner> |
getAsync(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName)
Gets the specified virtual network peering.
|
com.azure.core.http.rest.Response<VirtualNetworkPeeringInner> |
getWithResponse(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName,
com.azure.core.util.Context context)
Gets the specified virtual network peering.
|
Mono<com.azure.core.http.rest.Response<VirtualNetworkPeeringInner>> |
getWithResponseAsync(String resourceGroupName,
String virtualNetworkName,
String virtualNetworkPeeringName)
Gets the specified virtual network peering.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkPeeringInner> |
list(String resourceGroupName,
String virtualNetworkName)
Gets all virtual network peerings in a virtual network.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkPeeringInner> |
list(String resourceGroupName,
String virtualNetworkName,
com.azure.core.util.Context context)
Gets all virtual network peerings in a virtual network.
|
com.azure.core.http.rest.PagedFlux<VirtualNetworkPeeringInner> |
listAsync(String resourceGroupName,
String virtualNetworkName)
Gets all virtual network peerings in a virtual network.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the virtual network 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 virtualNetworkName, String virtualNetworkPeeringName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the virtual network 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 virtualNetworkName, String virtualNetworkPeeringName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the virtual network 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 virtualNetworkName, String virtualNetworkPeeringName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the virtual network 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 virtualNetworkName, String virtualNetworkPeeringName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the virtual network 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 virtualNetworkName, String virtualNetworkPeeringName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the virtual network 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 virtualNetworkName, String virtualNetworkPeeringName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the virtual network 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<VirtualNetworkPeeringInner>> getWithResponseAsync(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the virtual network 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<VirtualNetworkPeeringInner> getAsync(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the virtual network 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.VirtualNetworkPeeringInner get(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the virtual network 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<VirtualNetworkPeeringInner> getWithResponse(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the virtual network 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 virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters, SyncRemoteAddressSpace syncRemoteAddressSpace)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the peering.virtualNetworkPeeringParameters - Parameters supplied to the create or update virtual network peering
operation.syncRemoteAddressSpace - Parameter indicates the intention to sync the peering with the current address
space on the remote vNet after it's updated.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<VirtualNetworkPeeringInner>,VirtualNetworkPeeringInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters, SyncRemoteAddressSpace syncRemoteAddressSpace)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the peering.virtualNetworkPeeringParameters - Parameters supplied to the create or update virtual network peering
operation.syncRemoteAddressSpace - Parameter indicates the intention to sync the peering with the current address
space on the remote vNet after it's updated.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<VirtualNetworkPeeringInner>,VirtualNetworkPeeringInner> beginCreateOrUpdate(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters, SyncRemoteAddressSpace syncRemoteAddressSpace)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the peering.virtualNetworkPeeringParameters - Parameters supplied to the create or update virtual network peering
operation.syncRemoteAddressSpace - Parameter indicates the intention to sync the peering with the current address
space on the remote vNet after it's updated.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<VirtualNetworkPeeringInner>,VirtualNetworkPeeringInner> beginCreateOrUpdate(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters, SyncRemoteAddressSpace syncRemoteAddressSpace, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the peering.virtualNetworkPeeringParameters - Parameters supplied to the create or update virtual network peering
operation.syncRemoteAddressSpace - Parameter indicates the intention to sync the peering with the current address
space on the remote vNet after it's updated.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<VirtualNetworkPeeringInner> createOrUpdateAsync(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters, SyncRemoteAddressSpace syncRemoteAddressSpace)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the peering.virtualNetworkPeeringParameters - Parameters supplied to the create or update virtual network peering
operation.syncRemoteAddressSpace - Parameter indicates the intention to sync the peering with the current address
space on the remote vNet after it's updated.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<VirtualNetworkPeeringInner> createOrUpdateAsync(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the peering.virtualNetworkPeeringParameters - Parameters supplied to the create or update virtual network peering
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.VirtualNetworkPeeringInner createOrUpdate(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters, SyncRemoteAddressSpace syncRemoteAddressSpace)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the peering.virtualNetworkPeeringParameters - Parameters supplied to the create or update virtual network peering
operation.syncRemoteAddressSpace - Parameter indicates the intention to sync the peering with the current address
space on the remote vNet after it's updated.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.VirtualNetworkPeeringInner createOrUpdate(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the peering.virtualNetworkPeeringParameters - Parameters supplied to the create or update virtual network peering
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.VirtualNetworkPeeringInner createOrUpdate(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters, SyncRemoteAddressSpace syncRemoteAddressSpace, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.virtualNetworkPeeringName - The name of the peering.virtualNetworkPeeringParameters - Parameters supplied to the create or update virtual network peering
operation.syncRemoteAddressSpace - Parameter indicates the intention to sync the peering with the current address
space on the remote vNet after it's updated.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.com.azure.core.http.rest.PagedFlux<VirtualNetworkPeeringInner> listAsync(String resourceGroupName, String virtualNetworkName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.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<VirtualNetworkPeeringInner> list(String resourceGroupName, String virtualNetworkName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.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<VirtualNetworkPeeringInner> list(String resourceGroupName, String virtualNetworkName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.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 © 2021 Microsoft Corporation. All rights reserved.