Share via


DeploymentOperationsExtensions.GetAsync Method (IDeploymentOperations, String)

 

Gets a deployment for a website.

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

Syntax

public static Task<DeploymentGetResponse> GetAsync(
    this IDeploymentOperations operations,
    string deploymentId
)
public:
[ExtensionAttribute]
static Task<DeploymentGetResponse^>^ GetAsync(
    IDeploymentOperations^ operations,
    String^ deploymentId
)
static member GetAsync : 
        operations:IDeploymentOperations *
        deploymentId:string -> Task<DeploymentGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As IDeploymentOperations,
    deploymentId As String
) As Task(Of DeploymentGetResponse)

Parameters

  • deploymentId
    Type: System.String

    Required. The deployment identifier.

Return Value

Type: System.Threading.Tasks.Task<DeploymentGetResponse>

The deployment information operation response.

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top