GetManagementLockAtResourceLevelPlainArgs

data class GetManagementLockAtResourceLevelPlainArgs(val lockName: String, val parentResourcePath: String, val resourceGroupName: String, val resourceName: String, val resourceProviderNamespace: String, val resourceType: String) : ConvertibleToJava<GetManagementLockAtResourceLevelPlainArgs>

Constructors

constructor(lockName: String, parentResourcePath: String, resourceGroupName: String, resourceName: String, resourceProviderNamespace: String, resourceType: String)

Properties

Link copied to clipboard

The name of lock.

Link copied to clipboard

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

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The namespace of the resource provider.

Link copied to clipboard

The type of the resource.

Functions

Link copied to clipboard
open override fun toJava(): GetManagementLockAtResourceLevelPlainArgs