ManagedClusterAddonProfile 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.
A Kubernetes add-on profile for a managed cluster.
public class ManagedClusterAddonProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterAddonProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterAddonProfile>
public class ManagedClusterAddonProfile
type ManagedClusterAddonProfile = class
interface IJsonModel<ManagedClusterAddonProfile>
interface IPersistableModel<ManagedClusterAddonProfile>
type ManagedClusterAddonProfile = class
Public Class ManagedClusterAddonProfile
Implements IJsonModel(Of ManagedClusterAddonProfile), IPersistableModel(Of ManagedClusterAddonProfile)
Public Class ManagedClusterAddonProfile
- Inheritance
-
ManagedClusterAddonProfile
- Implements
Constructors
ManagedClusterAddonProfile(Boolean) |
Initializes a new instance of ManagedClusterAddonProfile. |
Properties
Config |
Key-value pairs for configuring an add-on. |
Identity |
Information of user assigned identity used by this add-on. |
IsEnabled |
Whether the add-on is enabled or not. |
Explicit Interface Implementations
IJsonModel<ManagedClusterAddonProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedClusterAddonProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedClusterAddonProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedClusterAddonProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedClusterAddonProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET