Deployment.Status Property
Optional. The status.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public DeployStatus Status { get; set; }
public:
property DeployStatus Status {
DeployStatus get();
void set(DeployStatus value);
}
member Status : DeployStatus with get, set
Public Property Status As DeployStatus
Property Value
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeployStatus
See Also
Deployment Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top