AkriConnectorTemplateRuntimeImageConfiguration 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.
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:
|
| 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) | |