DurableTaskSchedulerPatchProperties.IPAllowlist 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.
IP allow list for durable task scheduler. Values can be IPv4, IPv6 or CIDR.
public System.Collections.Generic.IList<string> IPAllowlist { get; }
member this.IPAllowlist : System.Collections.Generic.IList<string>
Public ReadOnly Property IPAllowlist As IList(Of String)