DeploymentOperationsExtensions.GetByNameAsync Method (IDeploymentOperations, String, String)
Asynchronously returns configuration information, status, and system properties for a deployment.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
<ExtensionAttribute> Public Shared Function GetByNameAsync ( operations As IDeploymentOperations, serviceName As String, deploymentName As String ) As Task(Of DeploymentGetResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations
The IDeploymentOperations object that specifies the deployment operations.
- serviceName
-
Type:
System.String
The name of the cloud service that contains the deployment.
- deploymentName
-
Type:
System.String
The name of the deployment for which information should be retrieved.
Return Value
Type: System.Threading.Tasks.Task(Of DeploymentGetResponse)An DeploymentGetResponse object that contains the information about the deployment.
For more information about getting deployment information, see the following resources:
Show: