getManagementLockAtResourceLevel

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

apiVersion

The API version to use for this operation.

lockName

The name of lock.

parentResourcePath

An extra path parameter needed in some services, like SQL Databases.

resourceGroupName

The name of the resource group.

resourceName

The name of the resource.

resourceProviderNamespace

The namespace of the resource provider.

resourceType

The type of the resource.

See also


Return

The lock information.

Parameters

argument

Builder for com.pulumi.azurenative.authorization.kotlin.inputs.GetManagementLockAtResourceLevelPlainArgs.

See also