ManagementLockOwner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET