ContainerServiceOSOptionProperty Class

Definition

OS option property.

public class ContainerServiceOSOptionProperty : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceOSOptionProperty>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceOSOptionProperty>
public class ContainerServiceOSOptionProperty
type ContainerServiceOSOptionProperty = class
    interface IJsonModel<ContainerServiceOSOptionProperty>
    interface IPersistableModel<ContainerServiceOSOptionProperty>
type ContainerServiceOSOptionProperty = class
Public Class ContainerServiceOSOptionProperty
Implements IJsonModel(Of ContainerServiceOSOptionProperty), IPersistableModel(Of ContainerServiceOSOptionProperty)
Public Class ContainerServiceOSOptionProperty
Inheritance
ContainerServiceOSOptionProperty
Implements

Properties

EnableFipsImage

Whether the image is FIPS-enabled.

OSType

The OS type.

Explicit Interface Implementations

IJsonModel<ContainerServiceOSOptionProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerServiceOSOptionProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceOSOptionProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceOSOptionProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerServiceOSOptionProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to