Uses of Interface
com.azure.resourcemanager.appcontainers.models.ContainerAppAuthToken
Packages that use ContainerAppAuthToken
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ContainerAppAuthToken in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ContainerAppAuthTokenModifier and TypeMethodDescriptionContainerApp.getAuthToken()Get auth token for a container app.ContainerApps.getAuthToken(String resourceGroupName, String containerAppName) Get auth token for a container app.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ContainerAppAuthTokenModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ContainerAppAuthToken> ContainerApp.getAuthTokenWithResponse(com.azure.core.util.Context context) Get auth token for a container app.com.azure.core.http.rest.Response<ContainerAppAuthToken> ContainerApps.getAuthTokenWithResponse(String resourceGroupName, String containerAppName, com.azure.core.util.Context context) Get auth token for a container app.