OSOptionProfile 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
OSOptionProfile() |
Initializes a new instance of the OSOptionProfile class. |
OSOptionProfile(IList<OSOptionProperty>, String, String, String) |
Initializes a new instance of the OSOptionProfile class. |
OSOptionProfile()
Initializes a new instance of the OSOptionProfile class.
public OSOptionProfile ();
Public Sub New ()
Applies to
OSOptionProfile(IList<OSOptionProperty>, String, String, String)
Initializes a new instance of the OSOptionProfile class.
public OSOptionProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.OSOptionProperty> osOptionPropertyList, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.ContainerService.Models.OSOptionProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.OSOptionProperty> * string * string * string -> Microsoft.Azure.Management.ContainerService.Models.OSOptionProfile
Public Sub New (osOptionPropertyList As IList(Of OSOptionProperty), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- osOptionPropertyList
- IList<OSOptionProperty>
The list of OS options.
- id
- String
The ID of the OS option resource.
- name
- String
The name of the OS option resource.
- type
- String
The type of the OS option resource.