Share via


AkriConnectorsSecret Class

Definition

AkriConnectorsSecret properties.

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

Constructors

Name Description
AkriConnectorsSecret(String, String, String)

Initializes a new instance of AkriConnectorsSecret.

Properties

Name Description
SecretAlias

The application-defined alias for the secret.

SecretKey

The key in the secret to be mounted.

SecretRef

The name of the secret to be mounted.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AkriConnectorsSecret>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AkriConnectorsSecret>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AkriConnectorsSecret>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AkriConnectorsSecret>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to