Uses of Interface
com.azure.resourcemanager.appcontainers.models.DaprSecretsCollection
-
Packages that use DaprSecretsCollection Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of DaprSecretsCollection in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DaprSecretsCollection Modifier and Type Method Description DaprSecretsCollection
DaprComponent. listSecrets()
List secrets for a dapr component.DaprSecretsCollection
DaprComponents. listSecrets(String resourceGroupName, String environmentName, String name)
List secrets for a dapr component.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type DaprSecretsCollection Modifier and Type Method Description com.azure.core.http.rest.Response<DaprSecretsCollection>
DaprComponent. listSecretsWithResponse(com.azure.core.util.Context context)
List secrets for a dapr component.com.azure.core.http.rest.Response<DaprSecretsCollection>
DaprComponents. listSecretsWithResponse(String resourceGroupName, String environmentName, String name, com.azure.core.util.Context context)
List secrets for a dapr component.
-