DeploymentOperationsExtensions.GetAsync Method

Gets a deployment for a website.

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

Usage

'Usage
Dim operations As IDeploymentOperations
Dim deploymentId As String
Dim returnValue As Task(Of DeploymentGetResponse)

returnValue = DeploymentOperationsExtensions.GetAsync(operations, deploymentId)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetAsync ( _
    operations As IDeploymentOperations, _
    deploymentId As String _
) As Task(Of DeploymentGetResponse)
[ExtensionAttribute] 
public static Task<DeploymentGetResponse> GetAsync (
    IDeploymentOperations operations,
    string deploymentId
)
[ExtensionAttribute] 
public:
static Task<DeploymentGetResponse^>^ GetAsync (
    IDeploymentOperations^ operations, 
    String^ deploymentId
)
/** @attribute ExtensionAttribute() */ 
public static Task<DeploymentGetResponse> GetAsync (
    IDeploymentOperations operations, 
    String deploymentId
)
ExtensionAttribute 
public static function GetAsync (
    operations : IDeploymentOperations, 
    deploymentId : String
) : Task<DeploymentGetResponse>

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
  • deploymentId
    Required. The deployment identifier.

Return Value

The deployment information 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