CalloutPolicy.OutboundAccess 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.
Indicates whether outbound access is permitted for the specified URI pattern.
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.OutboundAccess? OutboundAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)>]
member this.OutboundAccess : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.OutboundAccess> with get, set
Public Property OutboundAccess As Nullable(Of OutboundAccess)
Property Value
Implements
- Attributes