KubernetesFluxConfigurationPatch 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 Flux Configuration Patch Request object.
public class KubernetesFluxConfigurationPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesFluxConfigurationPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesFluxConfigurationPatch>
public class KubernetesFluxConfigurationPatch
type KubernetesFluxConfigurationPatch = class
interface IJsonModel<KubernetesFluxConfigurationPatch>
interface IPersistableModel<KubernetesFluxConfigurationPatch>
type KubernetesFluxConfigurationPatch = class
Public Class KubernetesFluxConfigurationPatch
Implements IJsonModel(Of KubernetesFluxConfigurationPatch), IPersistableModel(Of KubernetesFluxConfigurationPatch)
Public Class KubernetesFluxConfigurationPatch
- Inheritance
-
KubernetesFluxConfigurationPatch
- Implements
Constructors
| Name | Description |
|---|---|
| KubernetesFluxConfigurationPatch() |
Initializes a new instance of KubernetesFluxConfigurationPatch. |
Properties
| Name | Description |
|---|---|
| AzureBlob |
Parameters to reconcile to the AzureBlob source kind type. |
| Bucket |
Parameters to reconcile to the Bucket source kind type. |
| ConfigurationProtectedSettings |
Key-value pairs of protected configuration settings for the configuration. |
| GitRepository |
Parameters to reconcile to the GitRepository source kind type. |
| Kustomizations |
Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster. |
| SourceKind |
Source Kind to pull the configuration data from. |
| Suspend |
Whether this configuration should suspend its reconciliation of its kustomizations and sources. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<KubernetesFluxConfigurationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<KubernetesFluxConfigurationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<KubernetesFluxConfigurationPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<KubernetesFluxConfigurationPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<KubernetesFluxConfigurationPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |