Share via


DeploymentOperationsExtensions.Get 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 DeploymentGetResponse Get(
    this IDeploymentOperations operations,
    string deploymentId
)
public:
[ExtensionAttribute]
static DeploymentGetResponse^ Get(
    IDeploymentOperations^ operations,
    String^ deploymentId
)
static member Get : 
        operations:IDeploymentOperations *
        deploymentId:string -> DeploymentGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IDeploymentOperations,
    deploymentId As String
) As DeploymentGetResponse

Parameters

  • deploymentId
    Type: System.String

    Required. The deployment identifier.

Return Value

Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse

The deployment information operation response.

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top