DeploymentOperationsExtensions.ListAsync Method (IDeploymentOperations, DeploymentListParameters)
List the deployments for a website.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
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)
Parameters
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperationsReference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
parameters
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParametersOptional. Additional parameters.
Return Value
Type: System.Threading.Tasks.Task<DeploymentListResponse>
The list of deployments operation response.
See Also
DeploymentOperationsExtensions Class
Microsoft.WindowsAzure Namespace
Return to top