ServiceManagementClientExtensions.ChangeConfiguration 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 void ChangeConfiguration(
    this IServiceManagementClient client,
    HostedService hostedService,
    ChangeConfiguration changeConfiguration,
    out string requestId
)
'Declaration
<ExtensionAttribute> _
Public Shared Sub ChangeConfiguration ( _
    client As IServiceManagementClient, _
    hostedService As HostedService, _
    changeConfiguration As ChangeConfiguration, _
    <OutAttribute> ByRef requestId As String _
)
[ExtensionAttribute]
public:
static void ChangeConfiguration(
    IServiceManagementClient^ client, 
    HostedService^ hostedService, 
    ChangeConfiguration^ changeConfiguration, 
    [OutAttribute] String^% requestId
)

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