get Management Lock At Resource Level
suspend fun getManagementLockAtResourceLevel(argument: GetManagementLockAtResourceLevelPlainArgs): GetManagementLockAtResourceLevelResult
Get the management lock of a resource or any level below resource. Uses Azure REST API version 2020-05-01.
Return
The lock information.
Parameters
argument
null
suspend fun getManagementLockAtResourceLevel(apiVersion: String, lockName: String, parentResourcePath: String, resourceGroupName: String, resourceName: String, resourceProviderNamespace: String, resourceType: String): GetManagementLockAtResourceLevelResult
Return
The lock information.
Parameters
api Version
The API version to use for this operation.
lock Name
The name of lock.
parent Resource Path
An extra path parameter needed in some services, like SQL Databases.
resource Group Name
The name of the resource group.
resource Name
The name of the resource.
resource Provider Namespace
The namespace of the resource provider.
resource Type
The type of the resource.
See also
suspend fun getManagementLockAtResourceLevel(argument: suspend GetManagementLockAtResourceLevelPlainArgsBuilder.() -> Unit): GetManagementLockAtResourceLevelResult
Return
The lock information.
Parameters
argument
Builder for com.pulumi.azurenative.authorization.kotlin.inputs.GetManagementLockAtResourceLevelPlainArgs.