public interface VpnLinkConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginGetIkeSas(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginGetIkeSas(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName,
com.azure.core.util.Context context)
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> |
beginGetIkeSasAsync(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginResetConnection(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Resets the VpnLink connection specified.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginResetConnection(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName,
com.azure.core.util.Context context)
Resets the VpnLink connection specified.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginResetConnectionAsync(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Resets the VpnLink connection specified.
|
String |
getIkeSas(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
|
String |
getIkeSas(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName,
com.azure.core.util.Context context)
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
|
Mono<String> |
getIkeSasAsync(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getIkeSasWithResponseAsync(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
|
com.azure.core.http.rest.PagedIterable<VpnSiteLinkConnectionInner> |
listByVpnConnection(String resourceGroupName,
String gatewayName,
String connectionName)
Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection.
|
com.azure.core.http.rest.PagedIterable<VpnSiteLinkConnectionInner> |
listByVpnConnection(String resourceGroupName,
String gatewayName,
String connectionName,
com.azure.core.util.Context context)
Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection.
|
com.azure.core.http.rest.PagedFlux<VpnSiteLinkConnectionInner> |
listByVpnConnectionAsync(String resourceGroupName,
String gatewayName,
String connectionName)
Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection.
|
void |
resetConnection(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Resets the VpnLink connection specified.
|
void |
resetConnection(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName,
com.azure.core.util.Context context)
Resets the VpnLink connection specified.
|
Mono<Void> |
resetConnectionAsync(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Resets the VpnLink connection specified.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
resetConnectionWithResponseAsync(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Resets the VpnLink connection specified.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> resetConnectionWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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> beginResetConnectionAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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> beginResetConnection(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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> beginResetConnection(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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> resetConnectionAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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 resetConnection(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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 resetConnection(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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>>> getIkeSasWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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<String>,String> beginGetIkeSasAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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<String>,String> beginGetIkeSas(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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<String>,String> beginGetIkeSas(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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<String> getIkeSasAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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.String getIkeSas(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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.String getIkeSas(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - The name of the vpn link connection.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<VpnSiteLinkConnectionInner> listByVpnConnectionAsync(String resourceGroupName, String gatewayName, String connectionName)
resourceGroupName - The resource group name of the vpn gateway.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.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<VpnSiteLinkConnectionInner> listByVpnConnection(String resourceGroupName, String gatewayName, String connectionName)
resourceGroupName - The resource group name of the vpn gateway.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.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<VpnSiteLinkConnectionInner> listByVpnConnection(String resourceGroupName, String gatewayName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the vpn gateway.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.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.