1. Packages
  2. Azure Native
  3. API Docs
  4. operationsmanagement
  5. getManagementAssociation
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.operationsmanagement.getManagementAssociation

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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Retrieves the user ManagementAssociation. Azure REST API version: 2015-11-01-preview.

    Using getManagementAssociation

    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 getManagementAssociation(args: GetManagementAssociationArgs, opts?: InvokeOptions): Promise<GetManagementAssociationResult>
    function getManagementAssociationOutput(args: GetManagementAssociationOutputArgs, opts?: InvokeOptions): Output<GetManagementAssociationResult>
    def get_management_association(management_association_name: Optional[str] = None,
                                   provider_name: Optional[str] = None,
                                   resource_group_name: Optional[str] = None,
                                   resource_name: Optional[str] = None,
                                   resource_type: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetManagementAssociationResult
    def get_management_association_output(management_association_name: Optional[pulumi.Input[str]] = None,
                                   provider_name: Optional[pulumi.Input[str]] = None,
                                   resource_group_name: Optional[pulumi.Input[str]] = None,
                                   resource_name: Optional[pulumi.Input[str]] = None,
                                   resource_type: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetManagementAssociationResult]
    func LookupManagementAssociation(ctx *Context, args *LookupManagementAssociationArgs, opts ...InvokeOption) (*LookupManagementAssociationResult, error)
    func LookupManagementAssociationOutput(ctx *Context, args *LookupManagementAssociationOutputArgs, opts ...InvokeOption) LookupManagementAssociationResultOutput

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

    public static class GetManagementAssociation 
    {
        public static Task<GetManagementAssociationResult> InvokeAsync(GetManagementAssociationArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementAssociationResult> Invoke(GetManagementAssociationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementAssociationResult> getManagementAssociation(GetManagementAssociationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:operationsmanagement:getManagementAssociation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ManagementAssociationName string
    User ManagementAssociation Name.
    ProviderName string
    Provider name for the parent resource.
    ResourceGroupName string
    The name of the resource group to get. The name is case insensitive.
    ResourceName string
    Parent resource name.
    ResourceType string
    Resource type for the parent resource
    ManagementAssociationName string
    User ManagementAssociation Name.
    ProviderName string
    Provider name for the parent resource.
    ResourceGroupName string
    The name of the resource group to get. The name is case insensitive.
    ResourceName string
    Parent resource name.
    ResourceType string
    Resource type for the parent resource
    managementAssociationName String
    User ManagementAssociation Name.
    providerName String
    Provider name for the parent resource.
    resourceGroupName String
    The name of the resource group to get. The name is case insensitive.
    resourceName String
    Parent resource name.
    resourceType String
    Resource type for the parent resource
    managementAssociationName string
    User ManagementAssociation Name.
    providerName string
    Provider name for the parent resource.
    resourceGroupName string
    The name of the resource group to get. The name is case insensitive.
    resourceName string
    Parent resource name.
    resourceType string
    Resource type for the parent resource
    management_association_name str
    User ManagementAssociation Name.
    provider_name str
    Provider name for the parent resource.
    resource_group_name str
    The name of the resource group to get. The name is case insensitive.
    resource_name str
    Parent resource name.
    resource_type str
    Resource type for the parent resource
    managementAssociationName String
    User ManagementAssociation Name.
    providerName String
    Provider name for the parent resource.
    resourceGroupName String
    The name of the resource group to get. The name is case insensitive.
    resourceName String
    Parent resource name.
    resourceType String
    Resource type for the parent resource

    getManagementAssociation Result

    The following output properties are available:

    Id string
    Resource ID.
    Name string
    Resource name.
    Properties Pulumi.AzureNative.OperationsManagement.Outputs.ManagementAssociationPropertiesResponse
    Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
    Type string
    Resource type.
    Location string
    Resource location
    Id string
    Resource ID.
    Name string
    Resource name.
    Properties ManagementAssociationPropertiesResponse
    Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
    Type string
    Resource type.
    Location string
    Resource location
    id String
    Resource ID.
    name String
    Resource name.
    properties ManagementAssociationPropertiesResponse
    Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
    type String
    Resource type.
    location String
    Resource location
    id string
    Resource ID.
    name string
    Resource name.
    properties ManagementAssociationPropertiesResponse
    Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
    type string
    Resource type.
    location string
    Resource location
    id str
    Resource ID.
    name str
    Resource name.
    properties ManagementAssociationPropertiesResponse
    Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
    type str
    Resource type.
    location str
    Resource location
    id String
    Resource ID.
    name String
    Resource name.
    properties Property Map
    Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
    type String
    Resource type.
    location String
    Resource location

    Supporting Types

    ManagementAssociationPropertiesResponse

    ApplicationId string
    The applicationId of the appliance for this association.
    ApplicationId string
    The applicationId of the appliance for this association.
    applicationId String
    The applicationId of the appliance for this association.
    applicationId string
    The applicationId of the appliance for this association.
    application_id str
    The applicationId of the appliance for this association.
    applicationId String
    The applicationId of the appliance for this association.

    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi