ElasticExportPolicyRule.AllowedClients 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.
Client ingress specification for the export policy as list of IPv4 CIDRs, IPv4 host addresses and host names.
public System.Collections.Generic.IList<string> AllowedClients { get; }
member this.AllowedClients : System.Collections.Generic.IList<string>
Public ReadOnly Property AllowedClients As IList(Of String)