RestoreRequest.StorageAccountUrl Property
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string StorageAccountUrl { get; set; }
public:
property String^ StorageAccountUrl {
String^ get();
void set(String^ value);
}
member StorageAccountUrl : string with get, set
Public Property StorageAccountUrl As String
Property Value
Type: System.String
See Also
RestoreRequest Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top