Condividi tramite


ManagementLockOwner Constructors

Definition

Overloads

ManagementLockOwner()

Initializes a new instance of the ManagementLockOwner class.

ManagementLockOwner(String)

Initializes a new instance of the ManagementLockOwner class.

ManagementLockOwner()

Initializes a new instance of the ManagementLockOwner class.

public ManagementLockOwner ();
Public Sub New ()

Applies to

ManagementLockOwner(String)

Initializes a new instance of the ManagementLockOwner class.

public ManagementLockOwner (string applicationId = default);
new Microsoft.Azure.Management.ResourceManager.Models.ManagementLockOwner : string -> Microsoft.Azure.Management.ResourceManager.Models.ManagementLockOwner
Public Sub New (Optional applicationId As String = Nothing)

Parameters

applicationId
String

The application ID of the lock owner.

Applies to