Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SnapshotInner
Packages that use SnapshotInner
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 SnapshotInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SnapshotInnerModifier and TypeMethodDescriptionGlobalsClient.getDeletedWebAppSnapshots
(String deletedSiteId) Get all deleted apps for a subscription.GlobalsClient.getDeletedWebAppSnapshotsAsync
(String deletedSiteId) Get all deleted apps for a subscription.com.azure.core.http.rest.Response
<List<SnapshotInner>> GlobalsClient.getDeletedWebAppSnapshotsWithResponse
(String deletedSiteId, com.azure.core.util.Context context) Get all deleted apps for a subscription.Mono
<com.azure.core.http.rest.Response<List<SnapshotInner>>> GlobalsClient.getDeletedWebAppSnapshotsWithResponseAsync
(String deletedSiteId) Get all deleted apps for a subscription.com.azure.core.http.rest.PagedIterable
<SnapshotInner> WebAppsClient.listSnapshots
(String resourceGroupName, String name) Returns all Snapshots to the user.com.azure.core.http.rest.PagedIterable
<SnapshotInner> WebAppsClient.listSnapshots
(String resourceGroupName, String name, com.azure.core.util.Context context) Returns all Snapshots to the user.com.azure.core.http.rest.PagedFlux
<SnapshotInner> WebAppsClient.listSnapshotsAsync
(String resourceGroupName, String name) Returns all Snapshots to the user.com.azure.core.http.rest.PagedIterable
<SnapshotInner> WebAppsClient.listSnapshotsFromDRSecondary
(String resourceGroupName, String name) Returns all Snapshots to the user from DRSecondary endpoint.com.azure.core.http.rest.PagedIterable
<SnapshotInner> WebAppsClient.listSnapshotsFromDRSecondary
(String resourceGroupName, String name, com.azure.core.util.Context context) Returns all Snapshots to the user from DRSecondary endpoint.com.azure.core.http.rest.PagedFlux
<SnapshotInner> WebAppsClient.listSnapshotsFromDRSecondaryAsync
(String resourceGroupName, String name) Returns all Snapshots to the user from DRSecondary endpoint.com.azure.core.http.rest.PagedIterable
<SnapshotInner> WebAppsClient.listSnapshotsFromDRSecondarySlot
(String resourceGroupName, String name, String slot) Returns all Snapshots to the user from DRSecondary endpoint.com.azure.core.http.rest.PagedIterable
<SnapshotInner> WebAppsClient.listSnapshotsFromDRSecondarySlot
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Returns all Snapshots to the user from DRSecondary endpoint.com.azure.core.http.rest.PagedFlux
<SnapshotInner> WebAppsClient.listSnapshotsFromDRSecondarySlotAsync
(String resourceGroupName, String name, String slot) Returns all Snapshots to the user from DRSecondary endpoint.com.azure.core.http.rest.PagedIterable
<SnapshotInner> WebAppsClient.listSnapshotsSlot
(String resourceGroupName, String name, String slot) Returns all Snapshots to the user.com.azure.core.http.rest.PagedIterable
<SnapshotInner> WebAppsClient.listSnapshotsSlot
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Returns all Snapshots to the user.com.azure.core.http.rest.PagedFlux
<SnapshotInner> WebAppsClient.listSnapshotsSlotAsync
(String resourceGroupName, String name, String slot) Returns all Snapshots to the user. -
Uses of SnapshotInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SnapshotInnerModifier and TypeMethodDescriptionstatic SnapshotInner
SnapshotInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotInner from the JsonReader.Set the kind property: Kind of resource. -
Uses of SnapshotInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type SnapshotInnerModifier and TypeMethodDescriptionSnapshotCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type SnapshotInnerModifier and TypeMethodDescriptionSnapshotCollection.withValue
(List<SnapshotInner> value) Set the value property: Collection of resources.