Uses of Class
com.azure.resourcemanager.appservice.models.SnapshotRecoverySource
-
Packages that use SnapshotRecoverySource Package Description 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 SnapshotRecoverySource in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SnapshotRecoverySource Modifier and Type Method Description SnapshotRecoverySourceSnapshotRestoreRequestProperties. recoverySource()Get the recoverySource property: Optional.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type SnapshotRecoverySource Modifier and Type Method Description SnapshotRestoreRequestPropertiesSnapshotRestoreRequestProperties. withRecoverySource(SnapshotRecoverySource recoverySource)Set the recoverySource property: Optional. -
Uses of SnapshotRecoverySource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SnapshotRecoverySource Modifier and Type Method Description SnapshotRecoverySourceSnapshotRestoreRequest. recoverySource()Get the recoverySource property: Optional.SnapshotRecoverySourceSnapshotRecoverySource. withId(String id)Set the id property: ARM resource ID of the source app.SnapshotRecoverySourceSnapshotRecoverySource. withLocation(String location)Set the location property: Geographical location of the source web app, e.g.Methods in com.azure.resourcemanager.appservice.models with parameters of type SnapshotRecoverySource Modifier and Type Method Description SnapshotRestoreRequestSnapshotRestoreRequest. withRecoverySource(SnapshotRecoverySource recoverySource)Set the recoverySource property: Optional.
-