Share via


IFirewallPolicyIdpsSignaturesOperations.ListWithHttpMessagesAsync Method

Definition

Retrieves the current status of IDPS signatures for the relevant policy

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.QueryResults>> ListWithHttpMessagesAsync (string resourceGroupName, string firewallPolicyName, Microsoft.Azure.Management.Network.Models.IDPSQueryObject parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.IDPSQueryObject * 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.Models.QueryResults>>
Public Function ListWithHttpMessagesAsync (resourceGroupName As String, firewallPolicyName As String, parameters As IDPSQueryObject, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of QueryResults))

Parameters

resourceGroupName
String

The name of the resource group.

firewallPolicyName
String

The name of the Firewall Policy.

parameters
IDPSQueryObject
customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to