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.
Invokes the GetFirewallPolicyIdpsSignature compatibility operation.
public virtual Azure.Response<Azure.ResourceManager.Network.Models.IdpsSignatureListResult> GetFirewallPolicyIdpsSignature(Azure.ResourceManager.Network.Models.IdpsQueryContent content, System.Threading.CancellationToken cancellationToken);
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, cancellationToken As CancellationToken) As Response(Of 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.