Uses of Interface
com.azure.resourcemanager.appcontainers.models.JobSecretsCollection
Packages that use JobSecretsCollection
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JobSecretsCollection in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobSecretsCollectionModifier and TypeMethodDescriptionJob.listSecrets()
List secrets for a container apps job.Jobs.listSecrets
(String resourceGroupName, String jobName) List secrets for a container apps job.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type JobSecretsCollectionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<JobSecretsCollection> Job.listSecretsWithResponse
(com.azure.core.util.Context context) List secrets for a container apps job.com.azure.core.http.rest.Response
<JobSecretsCollection> Jobs.listSecretsWithResponse
(String resourceGroupName, String jobName, com.azure.core.util.Context context) List secrets for a container apps job.