AkriConnectorTemplateHelmInstallConfiguration 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.
AkriConnectorTemplateHelmInstallConfiguration properties.
public class AkriConnectorTemplateHelmInstallConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateHelmInstallConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateHelmInstallConfiguration>
type AkriConnectorTemplateHelmInstallConfiguration = class
interface IJsonModel<AkriConnectorTemplateHelmInstallConfiguration>
interface IPersistableModel<AkriConnectorTemplateHelmInstallConfiguration>
Public Class AkriConnectorTemplateHelmInstallConfiguration
Implements IJsonModel(Of AkriConnectorTemplateHelmInstallConfiguration), IPersistableModel(Of AkriConnectorTemplateHelmInstallConfiguration)
- Inheritance
-
AkriConnectorTemplateHelmInstallConfiguration
- Implements
Constructors
| Name | Description |
|---|---|
| AkriConnectorTemplateHelmInstallConfiguration() |
Initializes a new instance of AkriConnectorTemplateHelmInstallConfiguration. |
Properties
| Name | Description |
|---|---|
| Atomic |
If set, the operation will be atomic. If the operation fails, all changes will be rolled back. |
| DisableHooks |
Disable pre/post upgrade hooks for the operation. |
| Timeout |
Time to wait for any individual Kubernetes operation (like |
| Wait |
If set, the operation will wait until all Pods, PVCs, Services, and minimum number of Pods of a |
| WaitForJobs |
If set, the operation will wait for jobs to complete before marking the release as successful. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<AkriConnectorTemplateHelmInstallConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<AkriConnectorTemplateHelmInstallConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<AkriConnectorTemplateHelmInstallConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<AkriConnectorTemplateHelmInstallConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<AkriConnectorTemplateHelmInstallConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |