Share via


WebsitesClient.RecoverSite Method

Definition

public void RecoverSite (string resourceGroupName, string webSiteName, string slotName, Microsoft.Azure.Management.WebSites.Models.SnapshotRecoveryRequest recoveryReq);
member this.RecoverSite : string * string * string * Microsoft.Azure.Management.WebSites.Models.SnapshotRecoveryRequest -> unit
Public Sub RecoverSite (resourceGroupName As String, webSiteName As String, slotName As String, recoveryReq As SnapshotRecoveryRequest)

Parameters

resourceGroupName
String
webSiteName
String
slotName
String
recoveryReq
Microsoft.Azure.Management.WebSites.Models.SnapshotRecoveryRequest

Applies to