get Management Configuration
suspend fun getManagementConfiguration(argument: GetManagementConfigurationPlainArgs): GetManagementConfigurationResult
Retrieves the user ManagementConfiguration. 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.
See also
Parameters
management Configuration Name
User Management Configuration Name.
resource Group Name
The name of the resource group to get. The name is case insensitive.
suspend fun getManagementConfiguration(argument: suspend GetManagementConfigurationPlainArgsBuilder.() -> Unit): GetManagementConfigurationResult
Return
The container for solution.
See also
Parameters
argument
Builder for com.pulumi.azurenative.operationsmanagement.kotlin.inputs.GetManagementConfigurationPlainArgs.