Uses of Interface
com.azure.resourcemanager.appcontainers.models.Revision
Packages that use Revision
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Revision in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return RevisionModifier and TypeMethodDescriptionContainerAppsDiagnostics.getRevision
(String resourceGroupName, String containerAppName, String revisionName) Get a revision of a Container App.ContainerAppsRevisions.getRevision
(String resourceGroupName, String containerAppName, String revisionName) Get a revision of a Container App.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type RevisionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Revision> ContainerAppsDiagnostics.getRevisionWithResponse
(String resourceGroupName, String containerAppName, String revisionName, com.azure.core.util.Context context) Get a revision of a Container App.com.azure.core.http.rest.Response
<Revision> ContainerAppsRevisions.getRevisionWithResponse
(String resourceGroupName, String containerAppName, String revisionName, com.azure.core.util.Context context) Get a revision of a Container App.com.azure.core.http.rest.PagedIterable
<Revision> ContainerAppsDiagnostics.listRevisions
(String resourceGroupName, String containerAppName) Get the Revisions for a given Container App.com.azure.core.http.rest.PagedIterable
<Revision> ContainerAppsDiagnostics.listRevisions
(String resourceGroupName, String containerAppName, String filter, com.azure.core.util.Context context) Get the Revisions for a given Container App.com.azure.core.http.rest.PagedIterable
<Revision> ContainerAppsRevisions.listRevisions
(String resourceGroupName, String containerAppName) Get the Revisions for a given Container App.com.azure.core.http.rest.PagedIterable
<Revision> ContainerAppsRevisions.listRevisions
(String resourceGroupName, String containerAppName, String filter, com.azure.core.util.Context context) Get the Revisions for a given Container App.