StorageManagementClient.Clone Method
Creates a new object that is a copy of the current instance.
Namespace: Microsoft.WindowsAzure.Management.Storage
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Usage
'Usage
Dim client As ServiceClient(Of StorageManagementClient)
Me.Clone(client)
Syntax
'Declaration
Protected Overrides Sub Clone ( _
client As ServiceClient(Of StorageManagementClient) _
)
protected override void Clone (
ServiceClient<StorageManagementClient> client
)
protected:
virtual void Clone (
ServiceClient<StorageManagementClient^>^ client
) override
protected void Clone (
ServiceClient<StorageManagementClient> client
)
protected override function Clone (
client : ServiceClient<StorageManagementClient>
)
Parameters
- client
The client object.
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
StorageManagementClient Class
StorageManagementClient Members
Microsoft.WindowsAzure.Management.Storage Namespace