Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DeletedSiteInner
Packages that use DeletedSiteInner
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 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 DeletedSiteInner
DeletedSiteInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DeletedSiteInner from the JsonReader.Set the kind property: Kind of resource. -
Uses of DeletedSiteInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DeletedSiteInnerModifier and TypeMethodDescriptionDeletedWebAppCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DeletedSiteInnerModifier and TypeMethodDescriptionDeletedWebAppCollection.withValue
(List<DeletedSiteInner> value) Set the value property: Collection of resources.