Share via


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
System_CAPS_pubmethod Deployment()

Initializes a new instance of the Deployment class.

Properties

Name Description
System_CAPS_pubproperty Active

Optional. Indicates if the deployment is active.

System_CAPS_pubproperty Author

Optional. The author.

System_CAPS_pubproperty AuthorEmail

Optional. The author's email.

System_CAPS_pubproperty Complete

Optional. Indicates if the deployment is complete.

System_CAPS_pubproperty Deployer

Optional. The deployer.

System_CAPS_pubproperty EndTime

Optional. The end time.

System_CAPS_pubproperty Id

Optional. The identifier.

System_CAPS_pubproperty IsReadOnly

Optional. Indicates if the deployment is read only.

System_CAPS_pubproperty IsTemp

Optional. Indicates if the deployment is temporary.

System_CAPS_pubproperty LastSuccessEndTime

Optional. The last success end time.

System_CAPS_pubproperty LogUrl

Optional. The deployment log URL.

System_CAPS_pubproperty Message

Optional. The message.

System_CAPS_pubproperty Progress

Optional. The progress.

System_CAPS_pubproperty ReceivedTime

Optional. The received time.

System_CAPS_pubproperty SiteName

Optional. The deployment site name.

System_CAPS_pubproperty StartTime

Optional. The start time.

System_CAPS_pubproperty Status

Optional. The status.

System_CAPS_pubproperty StatusText

Optional. The status text.

System_CAPS_pubproperty Url

Optional. The deployment URL.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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