FirewallPolicyResource.GetFirewallPolicyIdpsSignature 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 Azure.Response<Azure.ResourceManager.Network.Models.IdpsSignatureListResult> GetFirewallPolicyIdpsSignature (Azure.ResourceManager.Network.Models.IdpsQueryContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFirewallPolicyIdpsSignature : Azure.ResourceManager.Network.Models.IdpsQueryContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.Models.IdpsSignatureListResult>
override this.GetFirewallPolicyIdpsSignature : Azure.ResourceManager.Network.Models.IdpsQueryContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.Models.IdpsSignatureListResult>
Public Overridable Function GetFirewallPolicyIdpsSignature (content As IdpsQueryContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IdpsSignatureListResult)
Parameters
- content
- IdpsQueryContent
The IdpsQueryContent to use.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET