次の方法で共有


ResourceMonitoringOptions.SourceIpAddresses プロパティ

定義

テレメトリ内の の接続を追跡するソース IPv4 アドレスの一覧を取得または設定します。

public:
 property System::Collections::Generic::ISet<System::String ^> ^ SourceIpAddresses { System::Collections::Generic::ISet<System::String ^> ^ get(); void set(System::Collections::Generic::ISet<System::String ^> ^ value); };
[System.ComponentModel.DataAnnotations.Required]
public System.Collections.Generic.ISet<string> SourceIpAddresses { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.SourceIpAddresses : System.Collections.Generic.ISet<string> with get, set
Public Property SourceIpAddresses As ISet(Of String)

プロパティ値

属性

注釈

このプロパティは Windows 固有であり、他のオペレーティング システムには影響しません。

適用対象