CalloutPolicyToRemove 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.
Configuration for an external callout policy to remove.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.CalloutPolicyToRemoveTypeConverter))]
public class CalloutPolicyToRemove : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.ICalloutPolicyToRemove
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.CalloutPolicyToRemoveTypeConverter))>]
type CalloutPolicyToRemove = class
interface ICalloutPolicyToRemove
interface IJsonSerializable
Public Class CalloutPolicyToRemove
Implements ICalloutPolicyToRemove
- Inheritance
-
CalloutPolicyToRemove
- Attributes
- Implements
Constructors
CalloutPolicyToRemove() |
Creates an new CalloutPolicyToRemove instance. |
Properties
CalloutId |
Unique identifier for the callout configuration. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CalloutPolicyToRemove. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CalloutPolicyToRemove. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.ICalloutPolicyToRemove. |
FromJsonString(String) |
Creates a new instance of CalloutPolicyToRemove, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CalloutPolicyToRemove into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |