ICalloutPolicy.CalloutType Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "kusto", "sql", "cosmosdb", "external_data", "azure_digital_twins", "sandbox_artifacts", "webapi", "mysql", "postgresql", "genevametrics", "azure_openai" })]
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="Type of the callout service, specifying the kind of external resource or service being accessed.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="calloutType", Update=true)]
public string CalloutType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "kusto", "sql", "cosmosdb", "external_data", "azure_digital_twins", "sandbox_artifacts", "webapi", "mysql", "postgresql", "genevametrics", "azure_openai" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="Type of the callout service, specifying the kind of external resource or service being accessed.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="calloutType", Update=true)>]
member this.CalloutType : string with get, set
Public Property CalloutType As String

Property Value

Attributes

Applies to