OSOptionPropertyList 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
OSOptionPropertyList() |
Initializes a new instance of the OSOptionPropertyList class. |
OSOptionPropertyList(IList<OSOptionProperty>) |
Initializes a new instance of the OSOptionPropertyList class. |
OSOptionPropertyList()
Initializes a new instance of the OSOptionPropertyList class.
public OSOptionPropertyList ();
Public Sub New ()
Applies to
OSOptionPropertyList(IList<OSOptionProperty>)
Initializes a new instance of the OSOptionPropertyList class.
public OSOptionPropertyList (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.OSOptionProperty> osOptionPropertyListProperty);
new Microsoft.Azure.Management.ContainerService.Models.OSOptionPropertyList : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.OSOptionProperty> -> Microsoft.Azure.Management.ContainerService.Models.OSOptionPropertyList
Public Sub New (osOptionPropertyListProperty As IList(Of OSOptionProperty))
Parameters
- osOptionPropertyListProperty
- IList<OSOptionProperty>
The list of OS options.