RestoreRequest.BlobName Property
Optional. The blob name where the backup is stored. E.g. mysite1_20140203.zip
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string BlobName { get; set; }
public:
property String^ BlobName {
String^ get();
void set(String^ value);
}
member BlobName : string with get, set
Public Property BlobName As String
Property Value
Type: System.String
See Also
RestoreRequest Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top