Compartilhar via


ContainerAppSecret Class

Definition

Container App Secret.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerAppSecretTypeConverter))]
public class ContainerAppSecret : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppSecret
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerAppSecretTypeConverter))>]
type ContainerAppSecret = class
    interface IContainerAppSecret
    interface IJsonSerializable
Public Class ContainerAppSecret
Implements IContainerAppSecret
Inheritance
ContainerAppSecret
Attributes
Implements

Constructors

ContainerAppSecret()

Creates an new ContainerAppSecret instance.

Properties

Identity

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

KeyVaultUrl

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

Name

Secret Name.

Value

Secret Value.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerAppSecret.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerAppSecret.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppSecret.

FromJsonString(String)

Creates a new instance of ContainerAppSecret, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerAppSecret into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to