Share via


AkriConnectorTemplateRuntimeImageConfiguration Class

Definition

AkriConnectorTemplateRuntimeImageConfiguration properties.

public class AkriConnectorTemplateRuntimeImageConfiguration : Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateManagedConfigurationSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateRuntimeImageConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateRuntimeImageConfiguration>
type AkriConnectorTemplateRuntimeImageConfiguration = class
    inherit AkriConnectorTemplateManagedConfigurationSettings
    interface IJsonModel<AkriConnectorTemplateRuntimeImageConfiguration>
    interface IPersistableModel<AkriConnectorTemplateRuntimeImageConfiguration>
Public Class AkriConnectorTemplateRuntimeImageConfiguration
Inherits AkriConnectorTemplateManagedConfigurationSettings
Implements IJsonModel(Of AkriConnectorTemplateRuntimeImageConfiguration), IPersistableModel(Of AkriConnectorTemplateRuntimeImageConfiguration)
Inheritance
AkriConnectorTemplateRuntimeImageConfiguration
Implements

Constructors

Name Description
AkriConnectorTemplateRuntimeImageConfiguration(AkriConnectorTemplateRuntimeImageConfigurationSettings)

Initializes a new instance of AkriConnectorTemplateRuntimeImageConfiguration.

Properties

Name Description
AdditionalConfiguration

Additional configuration for the image of the managed configuration.

(Inherited from AkriConnectorTemplateManagedConfigurationSettings)
Allocation

Allocation settings for the managed configuration. Please note AkriConnectorTemplateAllocation is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AkriConnectorTemplateBucketizedAllocation.

(Inherited from AkriConnectorTemplateManagedConfigurationSettings)
ImageConfigurationSettings

The image configuration settings.

PersistentVolumeClaims

The persistent volume claims for the managed configuration.

(Inherited from AkriConnectorTemplateManagedConfigurationSettings)
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:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

(Inherited from AkriConnectorTemplateManagedConfigurationSettings)
Secrets

Connector secrets that will be mounted onto all connector instances.

(Inherited from AkriConnectorTemplateManagedConfigurationSettings)
TrustListSecretRef

The secret reference for certificates to trust.

(Inherited from AkriConnectorTemplateManagedConfigurationSettings)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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.

(Inherited from AkriConnectorTemplateManagedConfigurationSettings)
IJsonModel<AkriConnectorTemplateManagedConfigurationSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AkriConnectorTemplateManagedConfigurationSettings)
IJsonModel<AkriConnectorTemplateRuntimeImageConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AkriConnectorTemplateRuntimeImageConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AkriConnectorTemplateManagedConfigurationSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AkriConnectorTemplateManagedConfigurationSettings)
IPersistableModel<AkriConnectorTemplateManagedConfigurationSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AkriConnectorTemplateManagedConfigurationSettings)
IPersistableModel<AkriConnectorTemplateManagedConfigurationSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AkriConnectorTemplateManagedConfigurationSettings)
IPersistableModel<AkriConnectorTemplateRuntimeImageConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AkriConnectorTemplateRuntimeImageConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AkriConnectorTemplateRuntimeImageConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to