public interface VpnSiteLinksClient
| Modifier and Type | Method and Description |
|---|---|
VpnSiteLinkInner |
get(String resourceGroupName,
String vpnSiteName,
String vpnSiteLinkName)
Retrieves the details of a VPN site link.
|
Mono<VpnSiteLinkInner> |
getAsync(String resourceGroupName,
String vpnSiteName,
String vpnSiteLinkName)
Retrieves the details of a VPN site link.
|
com.azure.core.http.rest.Response<VpnSiteLinkInner> |
getWithResponse(String resourceGroupName,
String vpnSiteName,
String vpnSiteLinkName,
com.azure.core.util.Context context)
Retrieves the details of a VPN site link.
|
Mono<com.azure.core.http.rest.Response<VpnSiteLinkInner>> |
getWithResponseAsync(String resourceGroupName,
String vpnSiteName,
String vpnSiteLinkName)
Retrieves the details of a VPN site link.
|
com.azure.core.http.rest.PagedIterable<VpnSiteLinkInner> |
listByVpnSite(String resourceGroupName,
String vpnSiteName)
Lists all the vpnSiteLinks in a resource group for a vpn site.
|
com.azure.core.http.rest.PagedIterable<VpnSiteLinkInner> |
listByVpnSite(String resourceGroupName,
String vpnSiteName,
com.azure.core.util.Context context)
Lists all the vpnSiteLinks in a resource group for a vpn site.
|
com.azure.core.http.rest.PagedFlux<VpnSiteLinkInner> |
listByVpnSiteAsync(String resourceGroupName,
String vpnSiteName)
Lists all the vpnSiteLinks in a resource group for a vpn site.
|
Mono<com.azure.core.http.rest.Response<VpnSiteLinkInner>> getWithResponseAsync(String resourceGroupName, String vpnSiteName, String vpnSiteLinkName)
resourceGroupName - The resource group name of the VpnSite.vpnSiteName - The name of the VpnSite.vpnSiteLinkName - The name of the VpnSiteLink being retrieved.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<VpnSiteLinkInner> getAsync(String resourceGroupName, String vpnSiteName, String vpnSiteLinkName)
resourceGroupName - The resource group name of the VpnSite.vpnSiteName - The name of the VpnSite.vpnSiteLinkName - The name of the VpnSiteLink being retrieved.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.VpnSiteLinkInner get(String resourceGroupName, String vpnSiteName, String vpnSiteLinkName)
resourceGroupName - The resource group name of the VpnSite.vpnSiteName - The name of the VpnSite.vpnSiteLinkName - The name of the VpnSiteLink being retrieved.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<VpnSiteLinkInner> getWithResponse(String resourceGroupName, String vpnSiteName, String vpnSiteLinkName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnSite.vpnSiteName - The name of the VpnSite.vpnSiteLinkName - The name of the VpnSiteLink being retrieved.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<VpnSiteLinkInner> listByVpnSiteAsync(String resourceGroupName, String vpnSiteName)
resourceGroupName - The resource group name of the VpnSite.vpnSiteName - The name of the VpnSite.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<VpnSiteLinkInner> listByVpnSite(String resourceGroupName, String vpnSiteName)
resourceGroupName - The resource group name of the VpnSite.vpnSiteName - The name of the VpnSite.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<VpnSiteLinkInner> listByVpnSite(String resourceGroupName, String vpnSiteName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnSite.vpnSiteName - The name of the VpnSite.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.