Share via


ContainerAppSecret Class

Definition

Container App Secret.

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

Properties

Identity

Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.

KeyVaultUri

Azure Key Vault URL pointing to the secret referenced by the container app.

Name

Secret Name.

Value

Secret Value.

Explicit Interface Implementations

IJsonModel<ContainerAppSecret>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppSecret>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppSecret>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppSecret>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppSecret>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to