DeploymentOperationsExtensions::ListAsync Method (IDeploymentOperations^, DeploymentListParameters^)
List the deployments for a website.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: [ExtensionAttribute] static Task<DeploymentListResponse^>^ ListAsync( IDeploymentOperations^ operations, DeploymentListParameters^ parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.WebSitesExtensions::IDeploymentOperations^
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
- parameters
-
Type:
Microsoft.WindowsAzure.WebSitesExtensions.Models::DeploymentListParameters^
Optional. Additional parameters.
Return Value
Type: System.Threading.Tasks::Task<DeploymentListResponse^>^The list of deployments operation response.
Show: