DeploymentListResponse.Deployments 属性

 

可选。 部署的列表。

命名空间:   Microsoft.WindowsAzure.WebSitesExtensions.Models
程序集:  Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)

语法

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)

属性值

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

请参阅

DeploymentListResponse 类
Microsoft.WindowsAzure.WebSitesExtensions.Models 命名空间

返回页首