ComputeManagementClient.Clone Method
Creates a copy of the ComputeManagementClient object.
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim client As ServiceClient(Of ComputeManagementClient)
Me.Clone(client)
Syntax
'Declaration
Protected Overrides Sub Clone ( _
client As ServiceClient(Of ComputeManagementClient) _
)
protected override void Clone (
ServiceClient<ComputeManagementClient> client
)
protected:
virtual void Clone (
ServiceClient<ComputeManagementClient^>^ client
) override
protected void Clone (
ServiceClient<ComputeManagementClient> client
)
protected override function Clone (
client : ServiceClient<ComputeManagementClient>
)
Parameters
- client
The client object to clone.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008
Target Platforms
See Also
Reference
ComputeManagementClient Class
ComputeManagementClient Members
Microsoft.WindowsAzure.Management.Compute Namespace