Partilhar via


OSOptionProperty Constructors

Definition

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.

Applies to