Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RevisionInner
-
Packages that use RevisionInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 RevisionInner Modifier and Type Method Description RevisionInnerContainerAppsRevisionsClient. 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 RevisionInner Modifier and Type Method Description Mono<RevisionInner>ContainerAppsRevisionsClient. 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 RevisionInner Modifier and Type Method Description RevisionInnerRevisionInner. withKind(String kind)Set the kind property: Kind of resource.RevisionInnerRevisionInner. withLocation(String location)RevisionInnerRevisionInner. withTags(Map<String,String> tags) -
Uses of RevisionInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.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.appservice.models with type arguments of type RevisionInner Modifier and Type Method Description RevisionCollectionRevisionCollection. withValue(List<RevisionInner> value)Set the value property: Collection of resources.
-