Uses of Interface
com.azure.resourcemanager.appcontainers.models.SecretsCollection
-
Packages that use SecretsCollection Package Description com.azure.resourcemanager.appcontainers.models 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 SecretsCollection Modifier and Type Method Description SecretsCollection
ContainerApp. listSecrets()
List secrets for a container app.SecretsCollection
ContainerApps. listSecrets(String resourceGroupName, String name)
List secrets for a container app.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type SecretsCollection Modifier and Type Method Description com.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 name, com.azure.core.util.Context context)
List secrets for a container app.
-