Share via


AlertsClient.Clone Method (ServiceClient<AlertsClient>)

 

Clones properties from current instance to another AlertsClient instance

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

protected override void Clone(
    ServiceClient<AlertsClient> client
)
protected:
virtual void Clone(
    ServiceClient<AlertsClient^>^ client
) override
override Clone : 
        client:ServiceClient<AlertsClient> -> unit
Protected Overrides Sub Clone (
    client As ServiceClient(Of AlertsClient)
)

Parameters

  • client
    Type: Hyak.Common.ServiceClient<AlertsClient>

    Instance of AlertsClient to clone to

See Also

AlertsClient Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace

Return to top