Share via


DeploymentGetResponse.Deployment Property

 

Optional. The deployment information.

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

Syntax

public Deployment Deployment { get; set; }
public:
property Deployment^ Deployment {
    Deployment^ get();
    void set(Deployment^ value);
}
member Deployment : Deployment with get, set
Public Property Deployment As Deployment

Property Value

Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment

See Also

DeploymentGetResponse Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top