BatchRestClient.Clone Method (ServiceClient<BatchRestClient>)
Clones properties from current instance to another BatchRestClient instance
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
protected override void Clone(
ServiceClient<BatchRestClient> client
)
protected:
virtual void Clone(
ServiceClient<BatchRestClient^>^ client
) override
override Clone :
client:ServiceClient<BatchRestClient> -> unit
Protected Overrides Sub Clone (
client As ServiceClient(Of BatchRestClient)
)
Parameters
client
Type: Hyak.Common.ServiceClient<BatchRestClient>Instance of BatchRestClient to clone to
See Also
BatchRestClient Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top