get Management Association
suspend fun getManagementAssociation(argument: GetManagementAssociationPlainArgs): GetManagementAssociationResult
Retrieves the user ManagementAssociation. Uses Azure REST API version 2015-11-01-preview.
Return
The container for solution.
Parameters
argument
null
suspend fun getManagementAssociation(managementAssociationName: String, providerName: String, resourceGroupName: String, resourceName: String, resourceType: String): GetManagementAssociationResult
Return
The container for solution.
Parameters
management Association Name
User ManagementAssociation Name.
provider Name
Provider name for the parent resource.
resource Group Name
The name of the resource group to get. The name is case insensitive.
resource Name
Parent resource name.
resource Type
Resource type for the parent resource
See also
suspend fun getManagementAssociation(argument: suspend GetManagementAssociationPlainArgsBuilder.() -> Unit): GetManagementAssociationResult
Return
The container for solution.
Parameters
argument
Builder for com.pulumi.azurenative.operationsmanagement.kotlin.inputs.GetManagementAssociationPlainArgs.