azure-native.network.listFirewallPolicyIdpsSignaturesFilterValue
Explore with Pulumi AI
Retrieves the current filter values for the signatures overrides
Uses Azure REST API version 2024-05-01.
Other available API versions: 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]
. See the version guide for details.
Using listFirewallPolicyIdpsSignaturesFilterValue
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function listFirewallPolicyIdpsSignaturesFilterValue(args: ListFirewallPolicyIdpsSignaturesFilterValueArgs, opts?: InvokeOptions): Promise<ListFirewallPolicyIdpsSignaturesFilterValueResult>
function listFirewallPolicyIdpsSignaturesFilterValueOutput(args: ListFirewallPolicyIdpsSignaturesFilterValueOutputArgs, opts?: InvokeOptions): Output<ListFirewallPolicyIdpsSignaturesFilterValueResult>
def list_firewall_policy_idps_signatures_filter_value(filter_name: Optional[str] = None,
firewall_policy_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListFirewallPolicyIdpsSignaturesFilterValueResult
def list_firewall_policy_idps_signatures_filter_value_output(filter_name: Optional[pulumi.Input[str]] = None,
firewall_policy_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListFirewallPolicyIdpsSignaturesFilterValueResult]
func ListFirewallPolicyIdpsSignaturesFilterValue(ctx *Context, args *ListFirewallPolicyIdpsSignaturesFilterValueArgs, opts ...InvokeOption) (*ListFirewallPolicyIdpsSignaturesFilterValueResult, error)
func ListFirewallPolicyIdpsSignaturesFilterValueOutput(ctx *Context, args *ListFirewallPolicyIdpsSignaturesFilterValueOutputArgs, opts ...InvokeOption) ListFirewallPolicyIdpsSignaturesFilterValueResultOutput
> Note: This function is named ListFirewallPolicyIdpsSignaturesFilterValue
in the Go SDK.
public static class ListFirewallPolicyIdpsSignaturesFilterValue
{
public static Task<ListFirewallPolicyIdpsSignaturesFilterValueResult> InvokeAsync(ListFirewallPolicyIdpsSignaturesFilterValueArgs args, InvokeOptions? opts = null)
public static Output<ListFirewallPolicyIdpsSignaturesFilterValueResult> Invoke(ListFirewallPolicyIdpsSignaturesFilterValueInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListFirewallPolicyIdpsSignaturesFilterValueResult> listFirewallPolicyIdpsSignaturesFilterValue(ListFirewallPolicyIdpsSignaturesFilterValueArgs args, InvokeOptions options)
public static Output<ListFirewallPolicyIdpsSignaturesFilterValueResult> listFirewallPolicyIdpsSignaturesFilterValue(ListFirewallPolicyIdpsSignaturesFilterValueArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:network:listFirewallPolicyIdpsSignaturesFilterValue
arguments:
# arguments dictionary
The following arguments are supported:
- Firewall
Policy stringName - The name of the Firewall Policy.
- Resource
Group stringName - The name of the resource group.
- Filter
Name string - Describes the name of the column which values will be returned
- Firewall
Policy stringName - The name of the Firewall Policy.
- Resource
Group stringName - The name of the resource group.
- Filter
Name string - Describes the name of the column which values will be returned
- firewall
Policy StringName - The name of the Firewall Policy.
- resource
Group StringName - The name of the resource group.
- filter
Name String - Describes the name of the column which values will be returned
- firewall
Policy stringName - The name of the Firewall Policy.
- resource
Group stringName - The name of the resource group.
- filter
Name string - Describes the name of the column which values will be returned
- firewall_
policy_ strname - The name of the Firewall Policy.
- resource_
group_ strname - The name of the resource group.
- filter_
name str - Describes the name of the column which values will be returned
- firewall
Policy StringName - The name of the Firewall Policy.
- resource
Group StringName - The name of the resource group.
- filter
Name String - Describes the name of the column which values will be returned
listFirewallPolicyIdpsSignaturesFilterValue Result
The following output properties are available:
- Filter
Values List<string> - Describes the possible values
- Filter
Values []string - Describes the possible values
- filter
Values List<String> - Describes the possible values
- filter
Values string[] - Describes the possible values
- filter_
values Sequence[str] - Describes the possible values
- filter
Values List<String> - Describes the possible values
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0