Sdílet prostřednictvím


KustoCalloutPolicyCalloutType Struct

Definition

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

public readonly struct KustoCalloutPolicyCalloutType : IEquatable<Azure.ResourceManager.Kusto.Models.KustoCalloutPolicyCalloutType>
type KustoCalloutPolicyCalloutType = struct
Public Structure KustoCalloutPolicyCalloutType
Implements IEquatable(Of KustoCalloutPolicyCalloutType)
Inheritance
KustoCalloutPolicyCalloutType
Implements

Constructors

KustoCalloutPolicyCalloutType(String)

Initializes a new instance of KustoCalloutPolicyCalloutType.

Properties

AzureDigitalTwins

azure_digital_twins.

AzureOpenai

azure_openai.

Cosmosdb

cosmosdb.

ExternalData

external_data.

Genevametrics

genevametrics.

Kusto

kusto.

Mysql

mysql.

Postgresql

postgresql.

SandboxArtifacts

sandbox_artifacts.

Sql

sql.

Webapi

webapi.

Methods

Equals(KustoCalloutPolicyCalloutType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(KustoCalloutPolicyCalloutType, KustoCalloutPolicyCalloutType)

Determines if two KustoCalloutPolicyCalloutType values are the same.

Implicit(String to KustoCalloutPolicyCalloutType)

Converts a String to a KustoCalloutPolicyCalloutType.

Inequality(KustoCalloutPolicyCalloutType, KustoCalloutPolicyCalloutType)

Determines if two KustoCalloutPolicyCalloutType values are not the same.

Applies to