Freigeben über


NetworkManagementClientExtensions.SupportedSecurityProvidersAsync Methode

Definition

Gibt die unterstützten Sicherheitsanbieter für das virtuelle Wan an.

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

Parameter

operations
INetworkManagementClient

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

virtualWANName
String

Der Name des VirtualWAN, für den unterstützte Sicherheitsanbieter benötigt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: