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