你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkManagementClientExtensions.SupportedSecurityProvidersAsync 方法

定义

为虚拟 WAN 提供受支持的安全提供程序。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualWanSecurityProviders> SupportedSecurityProvidersAsync (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, string resourceGroupName, string virtualWANName, System.Threading.CancellationToken cancellationToken = default);
static member SupportedSecurityProvidersAsync : Microsoft.Azure.Management.Network.INetworkManagementClient * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualWanSecurityProviders>
<Extension()>
Public Function SupportedSecurityProvidersAsync (operations As INetworkManagementClient, resourceGroupName As String, virtualWANName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualWanSecurityProviders)

参数

operations
INetworkManagementClient

此扩展方法的操作组。

resourceGroupName
String

资源组名称。

virtualWANName
String

需要其支持的安全提供程序的 VirtualWAN 的名称。

cancellationToken
CancellationToken

取消标记。

返回

适用于