Share via


DeploymentListResponse.Deployments Property

 

Optional. The list of deployments.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IList<Deployment>

See Also

DeploymentListResponse Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top