CalloutPolicy.CalloutType 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.
Type of the callout service, specifying the kind of external resource or service being accessed.
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.CalloutType? CalloutType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)>]
member this.CalloutType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.CalloutType> with get, set
Public Property CalloutType As Nullable(Of CalloutType)
Property Value
Implements
- Attributes