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