Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RevisionInner
Packages that use RevisionInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of RevisionInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return RevisionInnerModifier and TypeMethodDescriptionContainerAppsRevisionsClient.getRevision(String resourceGroupName, String containerAppName, String name) Get a revision of a Container App.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type RevisionInnerModifier and TypeMethodDescriptionContainerAppsRevisionsClient.getRevisionAsync(String resourceGroupName, String containerAppName, String name) Get a revision of a Container App.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.Mono<com.azure.core.http.rest.Response<RevisionInner>> ContainerAppsRevisionsClient.getRevisionWithResponseAsync(String resourceGroupName, String containerAppName, String name) 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, com.azure.core.util.Context context) Get the Revisions for a given Container App.com.azure.core.http.rest.PagedFlux<RevisionInner> ContainerAppsRevisionsClient.listRevisionsAsync(String resourceGroupName, String containerAppName) Get the Revisions for a given Container App. -
Uses of RevisionInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return RevisionInnerModifier and TypeMethodDescriptionstatic RevisionInnerRevisionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RevisionInner from the JsonReader.Set the kind property: Kind of resource.RevisionInner.withLocation(String location) -
Uses of RevisionInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.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.appservice.models with type arguments of type RevisionInnerModifier and TypeMethodDescriptionRevisionCollection.withValue(List<RevisionInner> value) Set the value property: Collection of resources.