Método DeploymentOperationsExtensions.List
List the deployments for a website.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Uso
'Uso
Dim operations As IDeploymentOperations
Dim parameters As DeploymentListParameters
Dim returnValue As DeploymentListResponse
returnValue = DeploymentOperationsExtensions.List(operations, parameters)
Sintaxe
'Declaração
<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
Parâmetros
- operations
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
- parameters
Optional. Additional parameters.
Valor de retorno
The list of deployments operation response.
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe DeploymentOperationsExtensions
Membros DeploymentOperationsExtensions
Namespace Microsoft.WindowsAzure