VpnSiteLinksClient Interface
public interface VpnSiteLinksClient
An instance of this class provides access to all the operations defined in VpnSiteLinksClient.
Method Summary
Method Details
get
public abstract VpnSiteLinkInner get(String resourceGroupName, String vpnSiteName, String vpnSiteLinkName)
Retrieves the details of a VPN site link.
Parameters:
Returns:
getAsync
public abstract Mono<VpnSiteLinkInner> getAsync(String resourceGroupName, String vpnSiteName, String vpnSiteLinkName)
Retrieves the details of a VPN site link.
Parameters:
Returns:
getWithResponse
public abstract Response<VpnSiteLinkInner> getWithResponse(String resourceGroupName, String vpnSiteName, String vpnSiteLinkName, Context context)
Retrieves the details of a VPN site link.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<VpnSiteLinkInner>> getWithResponseAsync(String resourceGroupName, String vpnSiteName, String vpnSiteLinkName)
Retrieves the details of a VPN site link.
Parameters:
Returns:
listByVpnSite
public abstract PagedIterable<VpnSiteLinkInner> listByVpnSite(String resourceGroupName, String vpnSiteName)
Lists all the vpnSiteLinks in a resource group for a vpn site.
Parameters:
Returns:
listByVpnSite
public abstract PagedIterable<VpnSiteLinkInner> listByVpnSite(String resourceGroupName, String vpnSiteName, Context context)
Lists all the vpnSiteLinks in a resource group for a vpn site.
Parameters:
Returns:
listByVpnSiteAsync
public abstract PagedFlux<VpnSiteLinkInner> listByVpnSiteAsync(String resourceGroupName, String vpnSiteName)
Lists all the vpnSiteLinks in a resource group for a vpn site.
Parameters:
Returns: