IVpnSiteLinksOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VpnSiteLinksOperations operations.
public interface IVpnSiteLinksOperations
type IVpnSiteLinksOperations = interface
Public Interface IVpnSiteLinksOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieves the details of a VPN site link. |
ListByVpnSiteNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists all the vpnSiteLinks in a resource group for a vpn site. |
ListByVpnSiteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Lists all the vpnSiteLinks in a resource group for a vpn site. |
Extension Methods
Get(IVpnSiteLinksOperations, String, String, String) |
Retrieves the details of a VPN site link. |
GetAsync(IVpnSiteLinksOperations, String, String, String, CancellationToken) |
Retrieves the details of a VPN site link. |
ListByVpnSite(IVpnSiteLinksOperations, String, String) |
Lists all the vpnSiteLinks in a resource group for a vpn site. |
ListByVpnSiteAsync(IVpnSiteLinksOperations, String, String, CancellationToken) |
Lists all the vpnSiteLinks in a resource group for a vpn site. |
ListByVpnSiteNext(IVpnSiteLinksOperations, String) |
Lists all the vpnSiteLinks in a resource group for a vpn site. |
ListByVpnSiteNextAsync(IVpnSiteLinksOperations, String, CancellationToken) |
Lists all the vpnSiteLinks in a resource group for a vpn site. |
Applies to
Azure SDK for .NET