Deployment.Active Property
Optional. Indicates if the deployment is active.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public bool Active { get; set; }
public:
property bool Active {
bool get();
void set(bool value);
}
member Active : bool with get, set
Public Property Active As Boolean
Property Value
Type: System.Boolean
See Also
Deployment Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top