Share via


ManagementLock(String, String) Constructor

Definition

Creates a new ManagementLock.

public ManagementLock (string bicepIdentifier, string? resourceVersion = default);
public ManagementLock (string identifierName, string? resourceVersion = default);
new Azure.Provisioning.Resources.ManagementLock : string * string -> Azure.Provisioning.Resources.ManagementLock
new Azure.Provisioning.Resources.ManagementLock : string * string -> Azure.Provisioning.Resources.ManagementLock
Public Sub New (bicepIdentifier As String, Optional resourceVersion As String = Nothing)
Public Sub New (identifierName As String, Optional resourceVersion As String = Nothing)

Parameters

bicepIdentifieridentifierName
String

The the Bicep identifier name of the ManagementLock resource. This can be used to refer to the resource in expressions, but is not the Azure name of the resource. This value can contain letters, numbers, and underscores.

resourceVersion
String

Version of the ManagementLock.

Applies to