Uses of Class
com.azure.resourcemanager.appcontainers.models.Secret
-
Packages that use Secret Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 Secret Modifier and Type Method Description List<Secret>
DaprComponentInner. secrets()
Get the secrets property: Collection of secrets used by a Dapr component.List<Secret>
DaprComponentProperties. secrets()
Get the secrets property: Collection of secrets used by a Dapr component.List<Secret>
DaprSecretsCollectionInner. value()
Get the value property: Collection of secrets used by a Dapr component.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type Secret Modifier and Type Method Description DaprComponentInner
DaprComponentInner. withSecrets(List<Secret> secrets)
Set the secrets property: Collection of secrets used by a Dapr component.DaprComponentProperties
DaprComponentProperties. withSecrets(List<Secret> secrets)
Set the secrets property: Collection of secrets used by a Dapr component.DaprSecretsCollectionInner
DaprSecretsCollectionInner. withValue(List<Secret> value)
Set the value property: Collection of secrets used by a Dapr component. -
Uses of Secret in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return Secret Modifier and Type Method Description Secret
Secret. withName(String name)
Set the name property: Secret Name.Secret
Secret. withValue(String value)
Set the value property: Secret Value.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type Secret Modifier and Type Method Description List<Secret>
Configuration. secrets()
Get the secrets property: Collection of secrets used by a Container app.List<Secret>
DaprComponent. secrets()
Gets the secrets property: Collection of secrets used by a Dapr component.List<Secret>
DaprSecretsCollection. value()
Gets the value property: Collection of secrets used by a Dapr component.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type Secret Modifier and Type Method Description Configuration
Configuration. withSecrets(List<Secret> secrets)
Set the secrets property: Collection of secrets used by a Container app.DaprComponent.DefinitionStages.WithCreate
DaprComponent.DefinitionStages.WithSecrets. withSecrets(List<Secret> secrets)
Specifies the secrets property: Collection of secrets used by a Dapr component.DaprComponent.Update
DaprComponent.UpdateStages.WithSecrets. withSecrets(List<Secret> secrets)
Specifies the secrets property: Collection of secrets used by a Dapr component.
-