OSOptionProperty 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
OSOptionProperty() |
Initializes a new instance of the OSOptionProperty class. |
OSOptionProperty(String, Boolean) |
Initializes a new instance of the OSOptionProperty class. |
OSOptionProperty()
Initializes a new instance of the OSOptionProperty class.
public OSOptionProperty ();
Public Sub New ()
Applies to
OSOptionProperty(String, Boolean)
Initializes a new instance of the OSOptionProperty class.
public OSOptionProperty (string osType, bool enableFipsImage);
new Microsoft.Azure.Management.ContainerService.Models.OSOptionProperty : string * bool -> Microsoft.Azure.Management.ContainerService.Models.OSOptionProperty
Public Sub New (osType As String, enableFipsImage As Boolean)
Parameters
- osType
- String
The OS type.
- enableFipsImage
- Boolean
Whether the image is FIPS-enabled.