KubernetesClusterExtensionPatch 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.
The Extension Patch Request object.
public class KubernetesClusterExtensionPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesClusterExtensionPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesClusterExtensionPatch>
public class KubernetesClusterExtensionPatch
type KubernetesClusterExtensionPatch = class
interface IJsonModel<KubernetesClusterExtensionPatch>
interface IPersistableModel<KubernetesClusterExtensionPatch>
type KubernetesClusterExtensionPatch = class
Public Class KubernetesClusterExtensionPatch
Implements IJsonModel(Of KubernetesClusterExtensionPatch), IPersistableModel(Of KubernetesClusterExtensionPatch)
Public Class KubernetesClusterExtensionPatch
- Inheritance
-
KubernetesClusterExtensionPatch
- Implements
Constructors
| Name | Description |
|---|---|
| KubernetesClusterExtensionPatch() |
Initializes a new instance of KubernetesClusterExtensionPatch. |
Properties
| Name | Description |
|---|---|
| AutoUpgradeMinorVersion |
Flag to note if this extension participates in auto upgrade of minor version, or not. |
| ConfigurationProtectedSettings |
Configuration settings that are sensitive, as name-value pairs for configuring this extension. |
| ConfigurationSettings |
Configuration settings, as name-value pairs for configuring this extension. |
| ReleaseTrain |
ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'. |
| Version |
Version of the extension for this extension, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<KubernetesClusterExtensionPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<KubernetesClusterExtensionPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<KubernetesClusterExtensionPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<KubernetesClusterExtensionPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<KubernetesClusterExtensionPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |