次の方法で共有


NetworkManagementClientExtensions.SupportedSecurityProvidersAsync メソッド

定義

virtual 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

キャンセル トークン。

戻り値

適用対象