DeploymentOperationsExtensions.GetByName Method (IDeploymentOperations, String, String)

 

Returns configuration information, status, and system properties for a deployment.

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

<ExtensionAttribute>
Public Shared Function GetByName (
	operations As IDeploymentOperations,
	serviceName As String,
	deploymentName As String
) As 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: Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse

An DeploymentGetResponse object that contains the information about the deployment.

For more information about getting deployment information, see the following resources:

Return to top
Show: