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
subscriptionIdstringThe ID of the target subscription.Required
scopestringThe scope for the lock.Required
lockNamestringThe name of lock.Required
parametersManagementLockObjectSee parameters fields.Required

parameters (ManagementLockObject)

FieldTypeDescriptionRequired
levelstringThe level of the lock.Required
notesstringNotes about the lock.Optional
ownersManagementLockOwner[]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
subscriptionIdstringThe ID of the target subscription.Required
scopestringThe scope for the lock.Required
lockNamestringThe 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
subscriptionIdstringThe ID of the target subscription.Required
scopestringThe scope for the lock.Required
optionsManagementLocksListByScopeOptionalParamsSee options fields.Optional

options (ManagementLocksListByScopeOptionalParams)

FieldTypeDescriptionRequired
filterstringThe filter to apply to the operation.Optional

Outputs

Returns an array of ManagementLockObject objects.

Related tags
Software Delivery