Megosztás a következőn keresztül:


SiteSlotConfigSnapshotResource.RecoverSiteConfigurationSnapshotSlot Method

Definition

Description for Reverts the configuration of an app to a previous snapshot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}/recover
  • Operation Id: WebApps_RecoverSiteConfigurationSnapshotSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotConfigSnapshotResource
public virtual Azure.Response RecoverSiteConfigurationSnapshotSlot (System.Threading.CancellationToken cancellationToken = default);
abstract member RecoverSiteConfigurationSnapshotSlot : System.Threading.CancellationToken -> Azure.Response
override this.RecoverSiteConfigurationSnapshotSlot : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function RecoverSiteConfigurationSnapshotSlot (Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to