IServiceManagementClient.GetDeployment Method

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Gets the specified deployment details.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceManagement
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

ServiceDeployment GetDeployment(
    string hostedServiceDnsPrefix,
    string subscriptionId,
    DeploymentSlot deploymentSlot,
    StoreName certificateStoreName,
    StoreLocation certificateStoreLocation,
    string certificateThumbprint
)
'Declaration
Function GetDeployment ( _
    hostedServiceDnsPrefix As String, _
    subscriptionId As String, _
    deploymentSlot As DeploymentSlot, _
    certificateStoreName As StoreName, _
    certificateStoreLocation As StoreLocation, _
    certificateThumbprint As String _
) As ServiceDeployment
ServiceDeployment^ GetDeployment(
    String^ hostedServiceDnsPrefix, 
    String^ subscriptionId, 
    DeploymentSlot deploymentSlot, 
    StoreName certificateStoreName, 
    StoreLocation certificateStoreLocation, 
    String^ certificateThumbprint
)

Parameters

  • hostedServiceDnsPrefix
    Type: System.String
    The hosted service DNS prefix.
  • certificateThumbprint
    Type: System.String
    The management certificate thumbprint.

Return Value

The deployment details matching the specified parameters.

See Also

IServiceManagementClient Interface

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceManagement Namespace