ResourceMonitoringOptions.SourceIpAddresses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the list of source IPv4 addresses to track the connections for in telemetry.
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)
Property Value
- Attributes
Remarks
This property is Windows-specific and has no effect on other operating systems.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.