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