Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SecretsCollectionInner
Packages that use SecretsCollectionInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SecretsCollectionInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return SecretsCollectionInnerModifier and TypeMethodDescriptionContainerAppsClient.listSecrets(String name) List secrets for a container app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SecretsCollectionInnerModifier and TypeMethodDescriptionContainerAppsClient.listSecretsAsync(String name) List secrets for a container app.com.azure.core.http.rest.Response<SecretsCollectionInner>ContainerAppsClient.listSecretsWithResponse(String name, com.azure.core.util.Context context) List secrets for a container app.Mono<com.azure.core.http.rest.Response<SecretsCollectionInner>>ContainerAppsClient.listSecretsWithResponseAsync(String name) List secrets for a container app. -
Uses of SecretsCollectionInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SecretsCollectionInnerModifier and TypeMethodDescriptionSecretsCollectionInner.withValue(List<ContainerAppSecret> value) Set the value property: Collection of resources.