Share via


CalloutPolicyToRemove Class

Definition

Configuration for an external callout policy to remove.

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

Constructors

CalloutPolicyToRemove()

Initializes a new instance of CalloutPolicyToRemove.

Properties

CalloutId

Unique identifier for the callout configuration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CalloutPolicyToRemove>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CalloutPolicyToRemove>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CalloutPolicyToRemove>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CalloutPolicyToRemove>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CalloutPolicyToRemove>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to