Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DeletedSiteInner
Packages that use DeletedSiteInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of DeletedSiteInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return DeletedSiteInnerModifier and TypeMethodDescriptionGlobalsClient.getDeletedWebApp(String deletedSiteId) Get deleted app for a subscription.DeletedWebAppsClient.getDeletedWebAppByLocation(String location, String deletedSiteId) Get deleted app for a subscription at location.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type DeletedSiteInnerModifier and TypeMethodDescriptionGlobalsClient.getDeletedWebAppAsync(String deletedSiteId) Get deleted app for a subscription.DeletedWebAppsClient.getDeletedWebAppByLocationAsync(String location, String deletedSiteId) Get deleted app for a subscription at location.com.azure.core.http.rest.Response<DeletedSiteInner> DeletedWebAppsClient.getDeletedWebAppByLocationWithResponse(String location, String deletedSiteId, com.azure.core.util.Context context) Get deleted app for a subscription at location.Mono<com.azure.core.http.rest.Response<DeletedSiteInner>> DeletedWebAppsClient.getDeletedWebAppByLocationWithResponseAsync(String location, String deletedSiteId) Get deleted app for a subscription at location.com.azure.core.http.rest.Response<DeletedSiteInner> GlobalsClient.getDeletedWebAppWithResponse(String deletedSiteId, com.azure.core.util.Context context) Get deleted app for a subscription.Mono<com.azure.core.http.rest.Response<DeletedSiteInner>> GlobalsClient.getDeletedWebAppWithResponseAsync(String deletedSiteId) Get deleted app for a subscription.com.azure.core.http.rest.PagedIterable<DeletedSiteInner> DeletedWebAppsClient.list()Get all deleted apps for a subscription.com.azure.core.http.rest.PagedIterable<DeletedSiteInner> DeletedWebAppsClient.list(com.azure.core.util.Context context) Get all deleted apps for a subscription.com.azure.core.http.rest.PagedFlux<DeletedSiteInner> DeletedWebAppsClient.listAsync()Get all deleted apps for a subscription.com.azure.core.http.rest.PagedIterable<DeletedSiteInner> DeletedWebAppsClient.listByLocation(String location) Get all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location.com.azure.core.http.rest.PagedIterable<DeletedSiteInner> DeletedWebAppsClient.listByLocation(String location, com.azure.core.util.Context context) Get all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location.com.azure.core.http.rest.PagedFlux<DeletedSiteInner> DeletedWebAppsClient.listByLocationAsync(String location) Get all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location. -
Uses of DeletedSiteInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DeletedSiteInnerModifier and TypeMethodDescriptionstatic DeletedSiteInnerDeletedSiteInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeletedSiteInner from the JsonReader.