Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner
-
Packages that use RevisionInner Package Description com.azure.resourcemanager.appcontainers.fluent Package containing the service clients for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of RevisionInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return RevisionInner Modifier and Type Method Description RevisionInner
ContainerAppsRevisionsClient. getRevision(String resourceGroupName, String containerAppName, String name)
Get a revision of a Container App.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type RevisionInner Modifier and Type Method Description com.azure.core.http.rest.Response<RevisionInner>
ContainerAppsRevisionsClient. getRevisionWithResponse(String resourceGroupName, String containerAppName, String name, com.azure.core.util.Context context)
Get a revision of a Container App.com.azure.core.http.rest.PagedIterable<RevisionInner>
ContainerAppsRevisionsClient. listRevisions(String resourceGroupName, String containerAppName)
Get the Revisions for a given Container App.com.azure.core.http.rest.PagedIterable<RevisionInner>
ContainerAppsRevisionsClient. listRevisions(String resourceGroupName, String containerAppName, String filter, com.azure.core.util.Context context)
Get the Revisions for a given Container App. -
Uses of RevisionInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return RevisionInner Modifier and Type Method Description RevisionInner
Revision. innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner object.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type RevisionInner Modifier and Type Method Description List<RevisionInner>
RevisionCollection. value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type RevisionInner Modifier and Type Method Description RevisionCollection
RevisionCollection. withValue(List<RevisionInner> value)
Set the value property: Collection of resources.
-