Sdílet prostřednictvím


KustoCalloutPolicy Class

Definition

Configuration for external callout policies, including URI patterns, access types, and service types.

public class KustoCalloutPolicy : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Kusto.Models.KustoCalloutPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Kusto.Models.KustoCalloutPolicy>
type KustoCalloutPolicy = class
    interface IJsonModel<KustoCalloutPolicy>
    interface IPersistableModel<KustoCalloutPolicy>
Public Class KustoCalloutPolicy
Implements IJsonModel(Of KustoCalloutPolicy), IPersistableModel(Of KustoCalloutPolicy)
Inheritance
KustoCalloutPolicy
Implements

Constructors

KustoCalloutPolicy()

Initializes a new instance of KustoCalloutPolicy.

Properties

CalloutId

Unique identifier for the callout configuration.

CalloutType

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

CalloutUriRegex

Regular expression or FQDN pattern for the callout URI.

OutboundAccess

Indicates whether outbound access is permitted for the specified URI pattern.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoCalloutPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KustoCalloutPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoCalloutPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoCalloutPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KustoCalloutPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to