Deployment Class

 

Describes a deployment.

Namespace:   Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

System.Object
  Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment

Public Class Deployment

NameDescription
System_CAPS_pubmethodDeployment()

Initializes a new instance of the Deployment class.

NameDescription
System_CAPS_pubpropertyActive

Optional. Indicates if the deployment is active.

System_CAPS_pubpropertyAuthor

Optional. The author.

System_CAPS_pubpropertyAuthorEmail

Optional. The author's email.

System_CAPS_pubpropertyComplete

Optional. Indicates if the deployment is complete.

System_CAPS_pubpropertyDeployer

Optional. The deployer.

System_CAPS_pubpropertyEndTime

Optional. The end time.

System_CAPS_pubpropertyId

Optional. The identifier.

System_CAPS_pubpropertyIsReadOnly

Optional. Indicates if the deployment is read only.

System_CAPS_pubpropertyIsTemp

Optional. Indicates if the deployment is temporary.

System_CAPS_pubpropertyLastSuccessEndTime

Optional. The last success end time.

System_CAPS_pubpropertyLogUrl

Optional. The deployment log URL.

System_CAPS_pubpropertyMessage

Optional. The message.

System_CAPS_pubpropertyProgress

Optional. The progress.

System_CAPS_pubpropertyReceivedTime

Optional. The received time.

System_CAPS_pubpropertySiteName

Optional. The deployment site name.

System_CAPS_pubpropertyStartTime

Optional. The start time.

System_CAPS_pubpropertyStatus

Optional. The status.

System_CAPS_pubpropertyStatusText

Optional. The status text.

System_CAPS_pubpropertyUrl

Optional. The deployment URL.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: