DeploymentOperationsExtensions.List 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 DeploymentListResponse List(
this IDeploymentOperations operations,
DeploymentListParameters parameters
)
public:
[ExtensionAttribute]
static DeploymentListResponse^ List(
IDeploymentOperations^ operations,
DeploymentListParameters^ parameters
)
static member List :
operations:IDeploymentOperations *
parameters:DeploymentListParameters -> DeploymentListResponse
<ExtensionAttribute>
Public Shared Function List (
operations As IDeploymentOperations,
parameters As DeploymentListParameters
) As 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: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListResponse
The list of deployments operation response.
See Also
DeploymentOperationsExtensions Class
Microsoft.WindowsAzure Namespace
Return to top