DeploymentOperationsExtensions::Get Method (IDeploymentOperations^, String^)
Gets a deployment for a website.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: [ExtensionAttribute] static DeploymentGetResponse^ Get( IDeploymentOperations^ operations, String^ deploymentId )
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: Microsoft.WindowsAzure.WebSitesExtensions.Models::DeploymentGetResponse^The deployment information operation response.
Show: