KubernetesAzureBlob 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.
Parameters to reconcile to the AzureBlob source kind type.
public class KubernetesAzureBlob : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesAzureBlob>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesAzureBlob>
public class KubernetesAzureBlob
type KubernetesAzureBlob = class
interface IJsonModel<KubernetesAzureBlob>
interface IPersistableModel<KubernetesAzureBlob>
type KubernetesAzureBlob = class
Public Class KubernetesAzureBlob
Implements IJsonModel(Of KubernetesAzureBlob), IPersistableModel(Of KubernetesAzureBlob)
Public Class KubernetesAzureBlob
- Inheritance
-
KubernetesAzureBlob
- Implements
Constructors
| Name | Description |
|---|---|
| KubernetesAzureBlob() |
Initializes a new instance of KubernetesAzureBlob. |
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<KubernetesAzureBlob>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<KubernetesAzureBlob>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<KubernetesAzureBlob>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<KubernetesAzureBlob>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<KubernetesAzureBlob>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |