ServiceManagementClientExtensions.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.

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

public static ServiceDeployment GetDeployment(
    this IServiceManagementClient client,
    HostedService hostedService
)
'Declaration
<ExtensionAttribute> _
Public Shared Function GetDeployment ( _
    client As IServiceManagementClient, _
    hostedService As HostedService _
) As ServiceDeployment
[ExtensionAttribute]
public:
static ServiceDeployment^ GetDeployment(
    IServiceManagementClient^ client, 
    HostedService^ hostedService
)

Parameters

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IServiceManagementClient. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also

ServiceManagementClientExtensions Class

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