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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET