ContainerAppDaprSecret Class

Definition

Dapr component Secret for ListSecrets Action.

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

Properties

Name

Secret Name.

Value

Secret Value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppDaprSecret>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppDaprSecret>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppDaprSecret>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppDaprSecret>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppDaprSecret>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to