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
Retrieves the details of a VPN site link.
Parameters:
Returns:
getWithResponse
public abstract Response
Retrieves the details of a VPN site link.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Retrieves the details of a VPN site link.
Parameters:
Returns:
listByVpnSite
public abstract PagedIterable
Lists all the vpnSiteLinks in a resource group for a vpn site.
Parameters:
Returns:
listByVpnSite
public abstract PagedIterable
Lists all the vpnSiteLinks in a resource group for a vpn site.
Parameters:
Returns:
listByVpnSiteAsync
public abstract PagedFlux
Lists all the vpnSiteLinks in a resource group for a vpn site.
Parameters:
Returns:
Applies to
Azure SDK for Java