Deployment Class

Definition

Describes a deployment.

public class Deployment
type Deployment = class
Public Class Deployment
Inheritance
Deployment

Constructors

Deployment()

Initializes a new instance of the Deployment class.

Properties

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.

Applies to