get Management Configuration
suspend fun getManagementConfiguration(argument: GetManagementConfigurationPlainArgs): GetManagementConfigurationResult
Retrieves the user ManagementConfiguration. Uses Azure REST API version 2015-11-01-preview.
Return
The container for solution.
Parameters
argument
null
suspend fun getManagementConfiguration(managementConfigurationName: String, resourceGroupName: String): GetManagementConfigurationResult
Return
The container for solution.
Parameters
management Configuration Name
User Management Configuration Name.
resource Group Name
The name of the resource group to get. The name is case insensitive.
See also
suspend fun getManagementConfiguration(argument: suspend GetManagementConfigurationPlainArgsBuilder.() -> Unit): GetManagementConfigurationResult
Return
The container for solution.
Parameters
argument
Builder for com.pulumi.azurenative.operationsmanagement.kotlin.inputs.GetManagementConfigurationPlainArgs.