IWithRemoteIPAddress<ParentT>.WithRemoteIPAddressesRange(String, String) Method
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.
Set remote IP addresses range to be filtered on.
public Microsoft.Azure.Management.Network.Fluent.PCFilter.Definition.IDefinition<ParentT> WithRemoteIPAddressesRange (string startIPAddress, string endIPAddress);
abstract member WithRemoteIPAddressesRange : string * string -> Microsoft.Azure.Management.Network.Fluent.PCFilter.Definition.IDefinition<'ParentT>
Public Function WithRemoteIPAddressesRange (startIPAddress As String, endIPAddress As String) As IDefinition(Of ParentT)
Parameters
- startIPAddress
- System.String
Range start IP address.
- endIPAddress
- System.String
Range end IP address.