Aracılığıyla paylaş


DeploymentOperationsExtensions.List Method

List the deployments for a website.

Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Usage

'Usage
Dim operations As IDeploymentOperations
Dim parameters As DeploymentListParameters
Dim returnValue As DeploymentListResponse

returnValue = DeploymentOperationsExtensions.List(operations, parameters)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function List ( _
    operations As IDeploymentOperations, _
    parameters As DeploymentListParameters _
) As DeploymentListResponse
[ExtensionAttribute] 
public static DeploymentListResponse List (
    IDeploymentOperations operations,
    DeploymentListParameters parameters
)
[ExtensionAttribute] 
public:
static DeploymentListResponse^ List (
    IDeploymentOperations^ operations, 
    DeploymentListParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static DeploymentListResponse List (
    IDeploymentOperations operations, 
    DeploymentListParameters parameters
)
ExtensionAttribute 
public static function List (
    operations : IDeploymentOperations, 
    parameters : DeploymentListParameters
) : DeploymentListResponse

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
  • parameters
    Optional. Additional parameters.

Return Value

The list of deployments operation response.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

DeploymentOperationsExtensions Class
DeploymentOperationsExtensions Members
Microsoft.WindowsAzure Namespace