ICalloutPolicy.OutboundAccess Property

Definition

Indicates whether outbound access is permitted for the specified URI pattern.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "Allow", "Deny" })]
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="Indicates whether outbound access is permitted for the specified URI pattern.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="outboundAccess", Update=true)]
public string OutboundAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "Allow", "Deny" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="Indicates whether outbound access is permitted for the specified URI pattern.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="outboundAccess", Update=true)>]
member this.OutboundAccess : string with get, set
Public Property OutboundAccess As String

Property Value

Attributes

Applies to