Sdílet prostřednictvím


OSOptionProperty Class

Definition

OS option property.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.OSOptionPropertyTypeConverter))]
public class OSOptionProperty : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.OSOptionPropertyTypeConverter))>]
type OSOptionProperty = class
    interface IOSOptionProperty
    interface IJsonSerializable
Public Class OSOptionProperty
Implements IOSOptionProperty
Inheritance
OSOptionProperty
Attributes
Implements

Constructors

OSOptionProperty()

Creates an new OSOptionProperty instance.

Properties

EnableFipsImage

Whether the image is FIPS-enabled.

OSType

The OS type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OSOptionProperty.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OSOptionProperty.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProperty.

FromJsonString(String)

Creates a new instance of OSOptionProperty, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OSOptionProperty into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to