We recommend using Azure Native.
Azure v6.21.0 published on Friday, Mar 7, 2025 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)
public static Output<GetLocalRulestackResult> getLocalRulestack(GetLocalRulestackArgs args, InvokeOptions options)
fn::invoke:
  function: azure:paloalto/getLocalRulestack:getLocalRulestack
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
- ResourceGroup stringName 
- Name string
- ResourceGroup stringName 
- name String
- resourceGroup StringName 
- name string
- resourceGroup stringName 
- name str
- resource_group_ strname 
- name String
- resourceGroup StringName 
getLocalRulestack Result
The following output properties are available:
- AntiSpyware stringProfile 
- AntiVirus stringProfile 
- Description string
- DnsSubscription string
- FileBlocking stringProfile 
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Name string
- OutboundTrust stringCertificate 
- OutboundUntrust stringCertificate 
- ResourceGroup stringName 
- UrlFiltering stringProfile 
- VulnerabilityProfile string
- AntiSpyware stringProfile 
- AntiVirus stringProfile 
- Description string
- DnsSubscription string
- FileBlocking stringProfile 
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Name string
- OutboundTrust stringCertificate 
- OutboundUntrust stringCertificate 
- ResourceGroup stringName 
- UrlFiltering stringProfile 
- VulnerabilityProfile string
- antiSpyware StringProfile 
- antiVirus StringProfile 
- description String
- dnsSubscription String
- fileBlocking StringProfile 
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- name String
- outboundTrust StringCertificate 
- outboundUntrust StringCertificate 
- resourceGroup StringName 
- urlFiltering StringProfile 
- vulnerabilityProfile String
- antiSpyware stringProfile 
- antiVirus stringProfile 
- description string
- dnsSubscription string
- fileBlocking stringProfile 
- id string
- The provider-assigned unique ID for this managed resource.
- location string
- name string
- outboundTrust stringCertificate 
- outboundUntrust stringCertificate 
- resourceGroup stringName 
- urlFiltering stringProfile 
- vulnerabilityProfile 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
- antiSpyware StringProfile 
- antiVirus StringProfile 
- description String
- dnsSubscription String
- fileBlocking StringProfile 
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- name String
- outboundTrust StringCertificate 
- outboundUntrust StringCertificate 
- resourceGroup StringName 
- urlFiltering StringProfile 
- vulnerabilityProfile String
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the azurermTerraform Provider.