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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET