ICalloutPolicy.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.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