BackupItem.BlobName Property
Optional. The blob name where the backup is stored, e.g. mysite1_20140506.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
BackupItem Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top