AkriConnectorTemplateManagedConfiguration 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.
public class AkriConnectorTemplateManagedConfiguration : Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateRuntimeConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateManagedConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateManagedConfiguration>
type AkriConnectorTemplateManagedConfiguration = class
inherit AkriConnectorTemplateRuntimeConfiguration
interface IJsonModel<AkriConnectorTemplateManagedConfiguration>
interface IPersistableModel<AkriConnectorTemplateManagedConfiguration>
Public Class AkriConnectorTemplateManagedConfiguration
Inherits AkriConnectorTemplateRuntimeConfiguration
Implements IJsonModel(Of AkriConnectorTemplateManagedConfiguration), IPersistableModel(Of AkriConnectorTemplateManagedConfiguration)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AkriConnectorTemplateManagedConfiguration(AkriConnectorTemplateManagedConfigurationSettings) |
Initializes a new instance of AkriConnectorTemplateManagedConfiguration. |
Properties
| Name | Description |
|---|---|
| ManagedConfigurationSettings |
The managed configuration settings. Please note AkriConnectorTemplateManagedConfigurationSettings 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 AkriConnectorTemplateRuntimeImageConfiguration and AkriConnectorTemplateRuntimeStatefulSetConfiguration. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |