Partilhar via


INetworkManagementClient.SupportedSecurityProvidersWithHttpMessagesAsync Método

Definição

Fornece os provedores de segurança com suporte para a wan virtual.

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))

Parâmetros

resourceGroupName
String

O nome do grupo de recursos.

virtualWANName
String

O nome da VirtualWAN para a qual os provedores de segurança com suporte são necessários.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a