AkriConnectorTemplateHelmAdvancedConfiguration 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.
AkriConnectorTemplateHelmAdvancedConfiguration properties.
public class AkriConnectorTemplateHelmAdvancedConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateHelmAdvancedConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateHelmAdvancedConfiguration>
type AkriConnectorTemplateHelmAdvancedConfiguration = class
interface IJsonModel<AkriConnectorTemplateHelmAdvancedConfiguration>
interface IPersistableModel<AkriConnectorTemplateHelmAdvancedConfiguration>
Public Class AkriConnectorTemplateHelmAdvancedConfiguration
Implements IJsonModel(Of AkriConnectorTemplateHelmAdvancedConfiguration), IPersistableModel(Of AkriConnectorTemplateHelmAdvancedConfiguration)
- Inheritance
-
AkriConnectorTemplateHelmAdvancedConfiguration
- Implements
Constructors
| Name | Description |
|---|---|
| AkriConnectorTemplateHelmAdvancedConfiguration() |
Initializes a new instance of AkriConnectorTemplateHelmAdvancedConfiguration. |
Properties
| Name | Description |
|---|---|
| Delete |
Delete operation configuration for the Helm chart. |
| Install |
Install operation configuration for the Helm chart. |
| Upgrade |
Upgrade operation configuration for the Helm chart. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<AkriConnectorTemplateHelmAdvancedConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<AkriConnectorTemplateHelmAdvancedConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<AkriConnectorTemplateHelmAdvancedConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<AkriConnectorTemplateHelmAdvancedConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<AkriConnectorTemplateHelmAdvancedConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |