azure-native.insights.getGuestDiagnosticsSettingsAssociation
Explore with Pulumi AI
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:
- Association
Name string The name of the diagnostic settings association.
- Resource
Uri string The fully qualified ID of the resource, including the resource name and resource type.
- Association
Name string The name of the diagnostic settings association.
- Resource
Uri string The fully qualified ID of the resource, including the resource name and resource type.
- association
Name String The name of the diagnostic settings association.
- resource
Uri String The fully qualified ID of the resource, including the resource name and resource type.
- association
Name string The name of the diagnostic settings association.
- resource
Uri 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.
- association
Name String The name of the diagnostic settings association.
- resource
Uri String The fully qualified ID of the resource, including the resource name and resource type.
getGuestDiagnosticsSettingsAssociation Result
The following output properties are available:
- Guest
Diagnostic stringSettings Name The guest diagnostic settings name.
- Id string
Azure resource Id
- Location string
Resource location
- Name string
Azure resource name
- Type string
Azure resource type
- Dictionary<string, string>
Resource tags
- Guest
Diagnostic stringSettings Name The guest diagnostic settings name.
- Id string
Azure resource Id
- Location string
Resource location
- Name string
Azure resource name
- Type string
Azure resource type
- map[string]string
Resource tags
- guest
Diagnostic StringSettings Name The guest diagnostic settings name.
- id String
Azure resource Id
- location String
Resource location
- name String
Azure resource name
- type String
Azure resource type
- Map<String,String>
Resource tags
- guest
Diagnostic stringSettings Name The guest diagnostic settings name.
- id string
Azure resource Id
- location string
Resource location
- name string
Azure resource name
- type string
Azure resource type
- {[key: string]: string}
Resource tags
- guest_
diagnostic_ strsettings_ name The guest diagnostic settings name.
- id str
Azure resource Id
- location str
Resource location
- name str
Azure resource name
- type str
Azure resource type
- Mapping[str, str]
Resource tags
- guest
Diagnostic StringSettings Name The guest diagnostic settings name.
- id String
Azure resource Id
- location String
Resource location
- name String
Azure resource name
- type String
Azure resource type
- Map<String>
Resource tags
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0