DeploymentOperationsExtensions.ListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List the deployments for a website.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListResponse> ListAsync (this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters parameters);
static member ListAsync : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListResponse>
<Extension()>
Public Function ListAsync (operations As IDeploymentOperations, parameters As DeploymentListParameters) As Task(Of DeploymentListResponse)
Parameters
- operations
- IDeploymentOperations
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
- parameters
- DeploymentListParameters
Optional. Additional parameters.
Returns
The list of deployments operation response.