Deployment Class
Describes a deployment.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment
Syntax
public class Deployment
public ref class Deployment
type Deployment = class end
Public Class Deployment
Constructors
Name | Description | |
---|---|---|
Deployment() | Initializes a new instance of the Deployment class. |
Properties
Name | Description | |
---|---|---|
Active | Optional. Indicates if the deployment is active. |
|
Author | Optional. The author. |
|
AuthorEmail | Optional. The author's email. |
|
Complete | Optional. Indicates if the deployment is complete. |
|
Deployer | Optional. The deployer. |
|
EndTime | Optional. The end time. |
|
Id | Optional. The identifier. |
|
IsReadOnly | Optional. Indicates if the deployment is read only. |
|
IsTemp | Optional. Indicates if the deployment is temporary. |
|
LastSuccessEndTime | Optional. The last success end time. |
|
LogUrl | Optional. The deployment log URL. |
|
Message | Optional. The message. |
|
Progress | Optional. The progress. |
|
ReceivedTime | Optional. The received time. |
|
SiteName | Optional. The deployment site name. |
|
StartTime | Optional. The start time. |
|
Status | Optional. The status. |
|
StatusText | Optional. The status text. |
|
Url | Optional. The deployment URL. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top