KubernetesAzureBlobUpdateContent Class

Definition

Parameters to reconcile to the AzureBlob source kind type.

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

Constructors

Name Description
KubernetesAzureBlobUpdateContent()

Initializes a new instance of KubernetesAzureBlobUpdateContent.

Properties

Name Description
AccountKey

The account key (shared key) to access the storage account.

ContainerName

The Azure Blob container name to sync from the url endpoint for the flux configuration.

LocalAuthRef

Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.

ManagedIdentityClientId

The client Id for authenticating a Managed Identity.

SasToken

The Shared Access token to access the storage container.

ServicePrincipal

Parameters to authenticate using Service Principal.

SyncIntervalInSeconds

The interval at which to re-reconcile the cluster Azure Blob source with the remote.

TimeoutInSeconds

The maximum time to attempt to reconcile the cluster Azure Blob source with the remote.

Uri

The URL to sync for the flux configuration Azure Blob storage account.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<KubernetesAzureBlobUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KubernetesAzureBlobUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesAzureBlobUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesAzureBlobUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KubernetesAzureBlobUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to