次の方法で共有


RuleMetricDataSource.ResourceId プロパティ

Optional. Metric resource id.

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

使用方法

'使用
Dim instance As RuleMetricDataSource
Dim value As String

value = instance.ResourceId

instance.ResourceId = value

構文

'宣言
Public Property ResourceId As String
public string ResourceId { get; set; }
public:
property String^ ResourceId {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ResourceId ()

/** @property */
public void set_ResourceId (String value)
public function get ResourceId () : String

public function set ResourceId (value : String)

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

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

関連項目

リファレンス

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