Language

FluxConfigurationPatch Class

Definition

The Flux Configuration Patch Request object.

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

Constructors

Name Description
FluxConfigurationPatch()

Initializes a new instance of FluxConfigurationPatch.

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.

IsSuspended

Whether this configuration should suspend its reconciliation of its kustomizations and sources.

Kustomizations

Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.

OciRepository

Parameters to reconcile to the OCIRepository source kind type.

SourceKind

Source Kind to pull the configuration data from.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FluxConfigurationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FluxConfigurationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<FluxConfigurationPatch>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FluxConfigurationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FluxConfigurationPatch>.Write(ModelReaderWriterOptions)

Applies to