ComputeManagementClient.Clone Method (ServiceClient<ComputeManagementClient>)

 

Clones properties from current instance to another ComputeManagementClient instance

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

Syntax

protected override void Clone(
    ServiceClient<ComputeManagementClient> client
)
protected:
virtual void Clone(
    ServiceClient<ComputeManagementClient^>^ client
) override
override Clone : 
        client:ServiceClient<ComputeManagementClient> -> unit
Protected Overrides Sub Clone (
    client As ServiceClient(Of ComputeManagementClient)
)

Parameters

See Also

ComputeManagementClient Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top