Uses of Class
com.azure.resourcemanager.appcontainers.models.Secret
Packages that use Secret
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of Secret in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type SecretModifier and TypeMethodDescriptionDaprComponentInner.secrets()
Get the secrets property: Collection of secrets used by a Dapr component.DaprComponentProperties.secrets()
Get the secrets property: Collection of secrets used by a Dapr component.JobSecretsCollectionInner.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type SecretModifier and TypeMethodDescriptionDaprComponentInner.withSecrets
(List<Secret> secrets) Set the secrets property: Collection of secrets used by a Dapr component.DaprComponentProperties.withSecrets
(List<Secret> secrets) Set the secrets property: Collection of secrets used by a Dapr component.Set the value property: Collection of resources. -
Uses of Secret in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SecretModifier and TypeMethodDescriptionstatic Secret
Secret.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Secret from the JsonReader.Secret.withIdentity
(String identity) Set the identity property: Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.Secret.withKeyVaultUrl
(String keyVaultUrl) Set the keyVaultUrl property: Azure Key Vault URL pointing to the secret referenced by the container app.Set the name property: Secret Name.Set the value property: Secret Value.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type SecretModifier and TypeMethodDescriptionConfiguration.secrets()
Get the secrets property: Collection of secrets used by a Container app.DaprComponent.secrets()
Gets the secrets property: Collection of secrets used by a Dapr component.JobConfiguration.secrets()
Get the secrets property: Collection of secrets used by a Container Apps Job.JobSecretsCollection.value()
Gets the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type SecretModifier and TypeMethodDescriptionConfiguration.withSecrets
(List<Secret> secrets) Set the secrets property: Collection of secrets used by a Container app.DaprComponent.DefinitionStages.WithSecrets.withSecrets
(List<Secret> secrets) Specifies the secrets property: Collection of secrets used by a Dapr component.DaprComponent.UpdateStages.WithSecrets.withSecrets
(List<Secret> secrets) Specifies the secrets property: Collection of secrets used by a Dapr component.JobConfiguration.withSecrets
(List<Secret> secrets) Set the secrets property: Collection of secrets used by a Container Apps Job.