Freigeben über


INetworkManagementClient.SupportedSecurityProvidersWithHttpMessagesAsync Methode

Definition

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Fluent.Models.VirtualWanSecurityProvidersInner>> SupportedSecurityProvidersWithHttpMessagesAsync (string resourceGroupName, string virtualWANName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SupportedSecurityProvidersWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Fluent.Models.VirtualWanSecurityProvidersInner>>
Public Function SupportedSecurityProvidersWithHttpMessagesAsync (resourceGroupName As String, virtualWANName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VirtualWanSecurityProvidersInner))

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

virtualWANName
String

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

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: