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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.