DeploymentOperationsExtensions.GetAsync Method (IDeploymentOperations, String)
Gets a deployment for a website.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
<ExtensionAttribute> Public Shared Function GetAsync ( operations As IDeploymentOperations, deploymentId As String ) As Task(Of DeploymentGetResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
- deploymentId
-
Type:
System.String
Required. The deployment identifier.
Return Value
Type: System.Threading.Tasks.Task(Of DeploymentGetResponse)The deployment information operation response.
Show: