Share via


IOSOptionProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.OSOptionProfileTypeConverter))]
public interface IOSOptionProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.OSOptionProfileTypeConverter))>]
type IOSOptionProfile = interface
    interface IJsonSerializable
Public Interface IOSOptionProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Id

The ID of the OS option resource.

Name

The name of the OS option resource.

OSOptionPropertyList

The list of OS options.

Type

The type of the OS option resource.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to