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)

public:
property String^ BlobName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: