Share via


CalloutPolicy Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.CalloutPolicyTypeConverter))]
public class CalloutPolicy : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.ICalloutPolicy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.CalloutPolicyTypeConverter))>]
type CalloutPolicy = class
    interface ICalloutPolicy
    interface IJsonSerializable
Public Class CalloutPolicy
Implements ICalloutPolicy
Inheritance
CalloutPolicy
Attributes
Implements

Constructors

CalloutPolicy()

Creates an new CalloutPolicy instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CalloutPolicy.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CalloutPolicy.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.ICalloutPolicy.

FromJsonString(String)

Creates a new instance of CalloutPolicy, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CalloutPolicy into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to