We recommend using Azure Native.
Azure Classic v6.2.0 published on Friday, Sep 27, 2024 by Pulumi
azure.paloalto.getLocalRulestack
Explore with Pulumi AI
Using getLocalRulestack
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 getLocalRulestack(args: GetLocalRulestackArgs, opts?: InvokeOptions): Promise<GetLocalRulestackResult>
function getLocalRulestackOutput(args: GetLocalRulestackOutputArgs, opts?: InvokeOptions): Output<GetLocalRulestackResult>
def get_local_rulestack(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLocalRulestackResult
def get_local_rulestack_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLocalRulestackResult]
func LookupLocalRulestack(ctx *Context, args *LookupLocalRulestackArgs, opts ...InvokeOption) (*LookupLocalRulestackResult, error)
func LookupLocalRulestackOutput(ctx *Context, args *LookupLocalRulestackOutputArgs, opts ...InvokeOption) LookupLocalRulestackResultOutput
> Note: This function is named LookupLocalRulestack
in the Go SDK.
public static class GetLocalRulestack
{
public static Task<GetLocalRulestackResult> InvokeAsync(GetLocalRulestackArgs args, InvokeOptions? opts = null)
public static Output<GetLocalRulestackResult> Invoke(GetLocalRulestackInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLocalRulestackResult> getLocalRulestack(GetLocalRulestackArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure:paloalto/getLocalRulestack:getLocalRulestack
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Resource
Group stringName
- Name string
- Resource
Group stringName
- name String
- resource
Group StringName
- name string
- resource
Group stringName
- name str
- resource_
group_ strname
- name String
- resource
Group StringName
getLocalRulestack Result
The following output properties are available:
- Anti
Spyware stringProfile - Anti
Virus stringProfile - Description string
- Dns
Subscription string - File
Blocking stringProfile - Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Name string
- Outbound
Trust stringCertificate - Outbound
Untrust stringCertificate - Resource
Group stringName - Url
Filtering stringProfile - Vulnerability
Profile string
- Anti
Spyware stringProfile - Anti
Virus stringProfile - Description string
- Dns
Subscription string - File
Blocking stringProfile - Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Name string
- Outbound
Trust stringCertificate - Outbound
Untrust stringCertificate - Resource
Group stringName - Url
Filtering stringProfile - Vulnerability
Profile string
- anti
Spyware StringProfile - anti
Virus StringProfile - description String
- dns
Subscription String - file
Blocking StringProfile - id String
- The provider-assigned unique ID for this managed resource.
- location String
- name String
- outbound
Trust StringCertificate - outbound
Untrust StringCertificate - resource
Group StringName - url
Filtering StringProfile - vulnerability
Profile String
- anti
Spyware stringProfile - anti
Virus stringProfile - description string
- dns
Subscription string - file
Blocking stringProfile - id string
- The provider-assigned unique ID for this managed resource.
- location string
- name string
- outbound
Trust stringCertificate - outbound
Untrust stringCertificate - resource
Group stringName - url
Filtering stringProfile - vulnerability
Profile string
- anti_
spyware_ strprofile - anti_
virus_ strprofile - description str
- dns_
subscription str - file_
blocking_ strprofile - id str
- The provider-assigned unique ID for this managed resource.
- location str
- name str
- outbound_
trust_ strcertificate - outbound_
untrust_ strcertificate - resource_
group_ strname - url_
filtering_ strprofile - vulnerability_
profile str
- anti
Spyware StringProfile - anti
Virus StringProfile - description String
- dns
Subscription String - file
Blocking StringProfile - id String
- The provider-assigned unique ID for this managed resource.
- location String
- name String
- outbound
Trust StringCertificate - outbound
Untrust StringCertificate - resource
Group StringName - url
Filtering StringProfile - vulnerability
Profile String
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurerm
Terraform Provider.