AkriConnectorTemplateManagedConfigurationSettings 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.
AkriConnectorTemplateManagedConfiguration properties. Please note this is the abstract base class. The derived classes available for instantiation are: AkriConnectorTemplateRuntimeImageConfiguration and AkriConnectorTemplateRuntimeStatefulSetConfiguration.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.IotOperations.Models.UnknownAkriConnectorTemplateManagedConfigurationSettings))]
public abstract class AkriConnectorTemplateManagedConfigurationSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateManagedConfigurationSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateManagedConfigurationSettings>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.IotOperations.Models.UnknownAkriConnectorTemplateManagedConfigurationSettings))>]
type AkriConnectorTemplateManagedConfigurationSettings = class
interface IJsonModel<AkriConnectorTemplateManagedConfigurationSettings>
interface IPersistableModel<AkriConnectorTemplateManagedConfigurationSettings>
Public MustInherit Class AkriConnectorTemplateManagedConfigurationSettings
Implements IJsonModel(Of AkriConnectorTemplateManagedConfigurationSettings), IPersistableModel(Of AkriConnectorTemplateManagedConfigurationSettings)
- Inheritance
-
AkriConnectorTemplateManagedConfigurationSettings
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AkriConnectorTemplateManagedConfigurationSettings() |
Initializes a new instance of AkriConnectorTemplateManagedConfigurationSettings for deserialization. |
Properties
| Name | Description |
|---|---|
| AdditionalConfiguration |
Additional configuration for the image of the managed configuration. |
| Allocation |
Allocation settings for the managed configuration. |
| PersistentVolumeClaims |
The persistent volume claims for the managed configuration. |
| PersistentVolumeClaimTemplates |
The persistent volume claim templates for the managed configuration. See https://raw.githubusercontent.com/kubernetes/kubernetes/refs/heads/master/api/openapi-spec/v3/apis__apps__v1_openapi.json. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Secrets |
Connector secrets that will be mounted onto all connector instances. |
| TrustListSecretRef |
The secret reference for certificates to trust. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<AkriConnectorTemplateManagedConfigurationSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<AkriConnectorTemplateManagedConfigurationSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<AkriConnectorTemplateManagedConfigurationSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<AkriConnectorTemplateManagedConfigurationSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<AkriConnectorTemplateManagedConfigurationSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |