Share via


AkriConnectorTemplateHelmAuthSecretRef Class

Definition

AkriConnectorTemplateHelmAuthSecretRef properties.

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

Constructors

Name Description
AkriConnectorTemplateHelmAuthSecretRef(String, String, String)

Initializes a new instance of AkriConnectorTemplateHelmAuthSecretRef.

Properties

Name Description
PasswordKey

The key of the password in the secret.

SecretRef

The name of the secret.

UsernameKey

The key of the username in the secret.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AkriConnectorTemplateHelmAuthSecretRef>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AkriConnectorTemplateHelmAuthSecretRef>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AkriConnectorTemplateHelmAuthSecretRef>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AkriConnectorTemplateHelmAuthSecretRef>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AkriConnectorTemplateHelmAuthSecretRef>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to