IClusterUpdate.CalloutPolicy Property

Definition

List of callout policies for egress from Cluster.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="List of callout policies for egress from Cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.ICalloutPolicy) }, Read=true, ReadOnly=false, Required=false, SerializedName="calloutPolicies", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.ICalloutPolicy> CalloutPolicy { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="List of callout policies for egress from Cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.ICalloutPolicy) }, Read=true, ReadOnly=false, Required=false, SerializedName="calloutPolicies", Update=true)>]
member this.CalloutPolicy : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.ICalloutPolicy> with get, set
Public Property CalloutPolicy As List(Of ICalloutPolicy)

Property Value

Attributes

Applies to