你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagementLockObject 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
ManagementLockObject() | |
ManagementLockObject(String, String, IList<ManagementLockOwner>, String, String, String) |
ManagementLockObject()
public ManagementLockObject ();
Public Sub New ()
Applies to
ManagementLockObject(String, String, IList<ManagementLockOwner>, String, String, String)
public ManagementLockObject (string level, string notes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockOwner> owners = default, string id = default, string type = default, string name = default);
new Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockObject : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockOwner> * string * string * string -> Microsoft.Azure.Management.Internal.Resources.Models.ManagementLockObject
Public Sub New (level As String, Optional notes As String = Nothing, Optional owners As IList(Of ManagementLockOwner) = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing)
Parameters
- level
- String
- notes
- String
- owners
- IList<ManagementLockOwner>
- id
- String
- type
- String
- name
- String