Share via


ICalloutPolicy.CalloutType Property

Definition

Type of the callout service, specifying the kind of external resource or service being accessed.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="Type of the callout service, specifying the kind of external resource or service being accessed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.CalloutType) }, ReadOnly=false, Required=false, SerializedName="calloutType")]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.CalloutType? CalloutType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="Type of the callout service, specifying the kind of external resource or service being accessed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.CalloutType) }, ReadOnly=false, Required=false, SerializedName="calloutType")>]
member this.CalloutType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.CalloutType> with get, set
Public Property CalloutType As Nullable(Of CalloutType)

Property Value

Attributes

Applies to