get Management Lock By Scope
suspend fun getManagementLockByScope(argument: GetManagementLockByScopePlainArgs): GetManagementLockByScopeResult
Get a management lock by scope. API Version: 2017-04-01.
Return
The lock information.
Parameters
argument
null
suspend fun getManagementLockByScope(lockName: String, scope: String): GetManagementLockByScopeResult
Return
The lock information.
Parameters
lock Name
The name of lock.
scope
The scope for the lock.
See also
suspend fun getManagementLockByScope(argument: suspend GetManagementLockByScopePlainArgsBuilder.() -> Unit): GetManagementLockByScopeResult
Return
The lock information.
Parameters
argument
Builder for com.pulumi.azurenative.authorization.kotlin.inputs.GetManagementLockByScopePlainArgs.