Azure Locks Management

  • Latest Dynatrace
  • Reference
  • 2-min read

Management Locks: Create or update by scope

Create or update a management lock by scope.

For more information, see the official documentation for Management Locks: Create or update by scope.

Inputs

FieldTypeDescriptionRequired

subscriptionId

string

The ID of the target subscription.

Required

scope

string

The scope for the lock.

Required

lockName

string

The name of lock.

Required

parameters

ManagementLockObject

See parameters fields.

Required

parameters (ManagementLockObject)

FieldTypeDescriptionRequired

level

string

The level of the lock.

Required

notes

string

Notes about the lock.

Optional

owners

ManagementLockOwner[]

The owners of the lock.

Optional

Outputs

Returns fields as described in ManagementLockObject.

Management Locks: Delete by scope

Delete a management lock by scope.

For more information, see the official documentation for Management Locks: Delete by scope.

Inputs

FieldTypeDescriptionRequired

subscriptionId

string

The ID of the target subscription.

Required

scope

string

The scope for the lock.

Required

lockName

string

The name of lock.

Required

Outputs

The action does not have an output.

Management Locks: List by scope

Gets all the management locks for a scope.

For more information, see the official documentation for Management Locks: List by scope.

Inputs

FieldTypeDescriptionRequired

subscriptionId

string

The ID of the target subscription.

Required

scope

string

The scope for the lock.

Required

options

ManagementLocksListByScopeOptionalParams

See options fields.

Optional

options (ManagementLocksListByScopeOptionalParams)

FieldTypeDescriptionRequired

filter

string

The filter to apply to the operation.

Optional

Outputs

Returns an array of ManagementLockObject objects.

Related tags
Software Delivery