Operationsmanagement Functions
Functions
Link copied to clipboard
suspend fun getManagementAssociation(argument: GetManagementAssociationPlainArgs): GetManagementAssociationResult
Retrieves the user ManagementAssociation. Uses Azure REST API version 2015-11-01-preview.
suspend fun getManagementAssociation(argument: suspend GetManagementAssociationPlainArgsBuilder.() -> Unit): GetManagementAssociationResult
suspend fun getManagementAssociation(managementAssociationName: String, providerName: String, resourceGroupName: String, resourceName: String, resourceType: String): GetManagementAssociationResult
Link copied to clipboard
suspend fun getManagementConfiguration(argument: GetManagementConfigurationPlainArgs): GetManagementConfigurationResult
Retrieves the user ManagementConfiguration. Uses Azure REST API version 2015-11-01-preview.
suspend fun getManagementConfiguration(argument: suspend GetManagementConfigurationPlainArgsBuilder.() -> Unit): GetManagementConfigurationResult
suspend fun getManagementConfiguration(managementConfigurationName: String, resourceGroupName: String): GetManagementConfigurationResult
Link copied to clipboard
Retrieves the user solution. Uses Azure REST API version 2015-11-01-preview.
suspend fun getSolution(argument: suspend GetSolutionPlainArgsBuilder.() -> Unit): GetSolutionResult