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