Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner
Packages that use RevisionInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
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 RevisionInnerModifier and TypeMethodDescriptionContainerAppsDiagnosticsClient.getRevision
(String resourceGroupName, String containerAppName, String revisionName) Get a revision of a Container App.ContainerAppsRevisionsClient.getRevision
(String resourceGroupName, String containerAppName, String revisionName) Get a revision of a Container App.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type RevisionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<RevisionInner> ContainerAppsDiagnosticsClient.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
<RevisionInner> ContainerAppsRevisionsClient.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
<RevisionInner> ContainerAppsDiagnosticsClient.listRevisions
(String resourceGroupName, String containerAppName) Get the Revisions for a given Container App.com.azure.core.http.rest.PagedIterable
<RevisionInner> ContainerAppsDiagnosticsClient.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
<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.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return RevisionInnerModifier and TypeMethodDescriptionstatic RevisionInner
RevisionInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RevisionInner from the JsonReader. -
Uses of RevisionInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return RevisionInnerModifier and TypeMethodDescriptionRevision.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 RevisionInnerModifier and TypeMethodDescriptionRevisionCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type RevisionInnerModifier and TypeMethodDescriptionRevisionCollection.withValue
(List<RevisionInner> value) Set the value property: Collection of resources.