1. Packages
  2. Azure Native
  3. API Docs
  4. operationsmanagement
  5. getManagementAssociation
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.operationsmanagement.getManagementAssociation

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Retrieves the user ManagementAssociation.

Uses 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>
Copy
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]
Copy
func LookupManagementAssociation(ctx *Context, args *LookupManagementAssociationArgs, opts ...InvokeOption) (*LookupManagementAssociationResult, error)
func LookupManagementAssociationOutput(ctx *Context, args *LookupManagementAssociationOutputArgs, opts ...InvokeOption) LookupManagementAssociationResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetManagementAssociationResult> getManagementAssociation(GetManagementAssociationArgs args, InvokeOptions options)
public static Output<GetManagementAssociationResult> getManagementAssociation(GetManagementAssociationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:operationsmanagement:getManagementAssociation
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

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

getManagementAssociation Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
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
AzureApiVersion string
The Azure API version of the resource.
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
azureApiVersion String
The Azure API version of the resource.
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
azureApiVersion string
The Azure API version of the resource.
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
azure_api_version str
The Azure API version of the resource.
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
azureApiVersion String
The Azure API version of the resource.
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 This property is required. string
The applicationId of the appliance for this association.
ApplicationId This property is required. string
The applicationId of the appliance for this association.
applicationId This property is required. String
The applicationId of the appliance for this association.
applicationId This property is required. string
The applicationId of the appliance for this association.
application_id This property is required. str
The applicationId of the appliance for this association.
applicationId This property is required. String
The applicationId of the appliance for this association.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi