OSOptionProperty Class
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.
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. |