CalloutPoliciesList Class
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.
A list of the service's callout policy objects.
public class CalloutPoliciesList : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Kusto.Models.CalloutPoliciesList>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Kusto.Models.CalloutPoliciesList>
type CalloutPoliciesList = class
interface IJsonModel<CalloutPoliciesList>
interface IPersistableModel<CalloutPoliciesList>
Public Class CalloutPoliciesList
Implements IJsonModel(Of CalloutPoliciesList), IPersistableModel(Of CalloutPoliciesList)
- Inheritance
-
CalloutPoliciesList
- Implements
Constructors
CalloutPoliciesList() |
Initializes a new instance of CalloutPoliciesList. |
Properties
NextLink |
The URL to get the next set of callout policies list results if there are any. |
Value |
A list of the service's callout policies. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<CalloutPoliciesList>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CalloutPoliciesList>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CalloutPoliciesList>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CalloutPoliciesList>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CalloutPoliciesList>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET