FirewallPolicyResource.GetFirewallPolicyIdpsSignatureAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/listIdpsSignatures
- Operation Id: FirewallPolicyIdpsSignatures_List
- Default Api Version: 2024-03-01
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.IdpsSignatureListResult>> GetFirewallPolicyIdpsSignatureAsync (Azure.ResourceManager.Network.Models.IdpsQueryContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFirewallPolicyIdpsSignatureAsync : Azure.ResourceManager.Network.Models.IdpsQueryContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.IdpsSignatureListResult>>
override this.GetFirewallPolicyIdpsSignatureAsync : Azure.ResourceManager.Network.Models.IdpsQueryContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.IdpsSignatureListResult>>
Public Overridable Function GetFirewallPolicyIdpsSignatureAsync (content As IdpsQueryContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IdpsSignatureListResult))
Parameters
- content
- IdpsQueryContent
The IdpsQueryContent to use.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET