Uses of Interface
com.azure.resourcemanager.appcontainers.models.SecretsCollection
Packages that use SecretsCollection
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of SecretsCollection in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SecretsCollectionModifier and TypeMethodDescriptionContainerApp.listSecrets()List secrets for a container app.ContainerApps.listSecrets(String resourceGroupName, String containerAppName) List secrets for a container app.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type SecretsCollectionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SecretsCollection> ContainerApp.listSecretsWithResponse(com.azure.core.util.Context context) List secrets for a container app.com.azure.core.http.rest.Response<SecretsCollection> ContainerApps.listSecretsWithResponse(String resourceGroupName, String containerAppName, com.azure.core.util.Context context) List secrets for a container app.