Uses of Interface
com.azure.resourcemanager.appcontainers.models.DaprSecretsCollection
Packages that use DaprSecretsCollection
Package
Description
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 DaprSecretsCollectionModifier and TypeMethodDescriptionConnectedEnvironmentsDaprComponents.listSecrets(String resourceGroupName, String connectedEnvironmentName, String componentName) List secrets for a dapr component.DaprComponent.listSecrets()List secrets for a dapr component.DaprComponents.listSecrets(String resourceGroupName, String environmentName, String componentName) List secrets for a dapr component.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type DaprSecretsCollectionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DaprSecretsCollection> ConnectedEnvironmentsDaprComponents.listSecretsWithResponse(String resourceGroupName, String connectedEnvironmentName, String componentName, com.azure.core.util.Context context) List secrets for a dapr component.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 componentName, com.azure.core.util.Context context) List secrets for a dapr component.