ICluster.AllowedFqdnList Property

Definition

List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedFqdnList", Update=true)]
public System.Collections.Generic.List<string> AllowedFqdnList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedFqdnList", Update=true)>]
member this.AllowedFqdnList : System.Collections.Generic.List<string> with get, set
Public Property AllowedFqdnList As List(Of String)

Property Value

Attributes

Applies to