public interface VpnSiteLinkConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
VpnSiteLinkConnectionInner |
get(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Retrieves the details of a vpn site link connection.
|
Mono<VpnSiteLinkConnectionInner> |
getAsync(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Retrieves the details of a vpn site link connection.
|
com.azure.core.http.rest.Response<VpnSiteLinkConnectionInner> |
getWithResponse(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName,
com.azure.core.util.Context context)
Retrieves the details of a vpn site link connection.
|
Mono<com.azure.core.http.rest.Response<VpnSiteLinkConnectionInner>> |
getWithResponseAsync(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Retrieves the details of a vpn site link connection.
|
Mono<com.azure.core.http.rest.Response<VpnSiteLinkConnectionInner>> getWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - 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.Mono<VpnSiteLinkConnectionInner> getAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - 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.VpnSiteLinkConnectionInner get(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - 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.Response<VpnSiteLinkConnectionInner> getWithResponse(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.linkConnectionName - 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 © 2020 Microsoft Corporation. All rights reserved.