Uses of Class
com.azure.resourcemanager.appcontainers.models.DaprSecret
Packages that use DaprSecret
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of DaprSecret in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type DaprSecretModifier and TypeMethodDescriptionDaprSecretsCollectionInner.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 DaprSecretModifier and TypeMethodDescriptionDaprSecretsCollectionInner.withValue
(List<DaprSecret> value) Set the value property: Collection of secrets used by a Dapr component. -
Uses of DaprSecret in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DaprSecretModifier and TypeMethodDescriptionstatic DaprSecret
DaprSecret.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DaprSecret from the JsonReader.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type DaprSecretModifier and TypeMethodDescriptionDaprSecretsCollection.value()
Gets the value property: Collection of secrets used by a Dapr component.