1. Packages
  2. Azure Native
  3. API Docs
  4. insights
  5. getGuestDiagnosticsSettingsAssociation
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.8.0 published on Monday, Sep 18, 2023 by Pulumi

azure-native.insights.getGuestDiagnosticsSettingsAssociation

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.8.0 published on Monday, Sep 18, 2023 by Pulumi

    Gets guest diagnostics association settings. Azure REST API version: 2018-06-01-preview.

    Using getGuestDiagnosticsSettingsAssociation

    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 getGuestDiagnosticsSettingsAssociation(args: GetGuestDiagnosticsSettingsAssociationArgs, opts?: InvokeOptions): Promise<GetGuestDiagnosticsSettingsAssociationResult>
    function getGuestDiagnosticsSettingsAssociationOutput(args: GetGuestDiagnosticsSettingsAssociationOutputArgs, opts?: InvokeOptions): Output<GetGuestDiagnosticsSettingsAssociationResult>
    def get_guest_diagnostics_settings_association(association_name: Optional[str] = None,
                                                   resource_uri: Optional[str] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetGuestDiagnosticsSettingsAssociationResult
    def get_guest_diagnostics_settings_association_output(association_name: Optional[pulumi.Input[str]] = None,
                                                   resource_uri: Optional[pulumi.Input[str]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[GetGuestDiagnosticsSettingsAssociationResult]
    func LookupGuestDiagnosticsSettingsAssociation(ctx *Context, args *LookupGuestDiagnosticsSettingsAssociationArgs, opts ...InvokeOption) (*LookupGuestDiagnosticsSettingsAssociationResult, error)
    func LookupGuestDiagnosticsSettingsAssociationOutput(ctx *Context, args *LookupGuestDiagnosticsSettingsAssociationOutputArgs, opts ...InvokeOption) LookupGuestDiagnosticsSettingsAssociationResultOutput

    > Note: This function is named LookupGuestDiagnosticsSettingsAssociation in the Go SDK.

    public static class GetGuestDiagnosticsSettingsAssociation 
    {
        public static Task<GetGuestDiagnosticsSettingsAssociationResult> InvokeAsync(GetGuestDiagnosticsSettingsAssociationArgs args, InvokeOptions? opts = null)
        public static Output<GetGuestDiagnosticsSettingsAssociationResult> Invoke(GetGuestDiagnosticsSettingsAssociationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGuestDiagnosticsSettingsAssociationResult> getGuestDiagnosticsSettingsAssociation(GetGuestDiagnosticsSettingsAssociationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:insights:getGuestDiagnosticsSettingsAssociation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AssociationName string

    The name of the diagnostic settings association.

    ResourceUri string

    The fully qualified ID of the resource, including the resource name and resource type.

    AssociationName string

    The name of the diagnostic settings association.

    ResourceUri string

    The fully qualified ID of the resource, including the resource name and resource type.

    associationName String

    The name of the diagnostic settings association.

    resourceUri String

    The fully qualified ID of the resource, including the resource name and resource type.

    associationName string

    The name of the diagnostic settings association.

    resourceUri string

    The fully qualified ID of the resource, including the resource name and resource type.

    association_name str

    The name of the diagnostic settings association.

    resource_uri str

    The fully qualified ID of the resource, including the resource name and resource type.

    associationName String

    The name of the diagnostic settings association.

    resourceUri String

    The fully qualified ID of the resource, including the resource name and resource type.

    getGuestDiagnosticsSettingsAssociation Result

    The following output properties are available:

    GuestDiagnosticSettingsName string

    The guest diagnostic settings name.

    Id string

    Azure resource Id

    Location string

    Resource location

    Name string

    Azure resource name

    Type string

    Azure resource type

    Tags Dictionary<string, string>

    Resource tags

    GuestDiagnosticSettingsName string

    The guest diagnostic settings name.

    Id string

    Azure resource Id

    Location string

    Resource location

    Name string

    Azure resource name

    Type string

    Azure resource type

    Tags map[string]string

    Resource tags

    guestDiagnosticSettingsName String

    The guest diagnostic settings name.

    id String

    Azure resource Id

    location String

    Resource location

    name String

    Azure resource name

    type String

    Azure resource type

    tags Map<String,String>

    Resource tags

    guestDiagnosticSettingsName string

    The guest diagnostic settings name.

    id string

    Azure resource Id

    location string

    Resource location

    name string

    Azure resource name

    type string

    Azure resource type

    tags {[key: string]: string}

    Resource tags

    guest_diagnostic_settings_name str

    The guest diagnostic settings name.

    id str

    Azure resource Id

    location str

    Resource location

    name str

    Azure resource name

    type str

    Azure resource type

    tags Mapping[str, str]

    Resource tags

    guestDiagnosticSettingsName String

    The guest diagnostic settings name.

    id String

    Azure resource Id

    location String

    Resource location

    name String

    Azure resource name

    type String

    Azure resource type

    tags Map<String>

    Resource tags

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.8.0 published on Monday, Sep 18, 2023 by Pulumi