次の方法で共有


AlertsClient.Clone メソッド

Clones properties from current instance to another AlertsClient instance

名前空間: Microsoft.WindowsAzure.Management.Monitoring.Alerts
アセンブリ: Microsoft.WindowsAzure.Management.Monitoring (Microsoft.WindowsAzure.Management.Monitoring.dll)

使用方法

'使用
Dim client As ServiceClient(Of AlertsClient)

Me.Clone(client)

構文

'宣言
Protected Overrides Sub Clone ( _
    client As ServiceClient(Of AlertsClient) _
)
protected override void Clone (
    ServiceClient<AlertsClient> client
)
protected:
virtual void Clone (
    ServiceClient<AlertsClient^>^ client
) override
protected void Clone (
    ServiceClient<AlertsClient> client
)
protected override function Clone (
    client : ServiceClient<AlertsClient>
)

パラメーター

  • client
    Instance of AlertsClient to clone to

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

AlertsClient クラス
AlertsClient のメンバー
Microsoft.WindowsAzure.Management.Monitoring.Alerts 名前空間