DeploymentOperationsExtensions.ListAsync 方法 (IDeploymentOperations, DeploymentListParameters)
列出网站的部署。
命名空间: Microsoft.WindowsAzure
程序集: Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)
语法
public static Task<DeploymentListResponse> ListAsync(
this IDeploymentOperations operations,
DeploymentListParameters parameters
)
public:
[ExtensionAttribute]
static Task<DeploymentListResponse^>^ ListAsync(
IDeploymentOperations^ operations,
DeploymentListParameters^ parameters
)
static member ListAsync :
operations:IDeploymentOperations *
parameters:DeploymentListParameters -> Task<DeploymentListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IDeploymentOperations,
parameters As DeploymentListParameters
) As Task(Of DeploymentListResponse)
参数
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations对 Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations 引用。
parameters
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters可选。 附加参数。
返回值
Type: System.Threading.Tasks.Task<DeploymentListResponse>
部署操作响应的列表。
请参阅
DeploymentOperationsExtensions 类
Microsoft.WindowsAzure 命名空间
返回页首