Delen via


NotificationSettingWebhooks Class

Definition

Send webhook callback to a service. Key is a user-provided name for the webhook.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NotificationSettingWebhooksTypeConverter))]
public class NotificationSettingWebhooks : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INotificationSettingWebhooks, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWebhook>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NotificationSettingWebhooksTypeConverter))>]
type NotificationSettingWebhooks = class
    interface INotificationSettingWebhooks
    interface IJsonSerializable
    interface IAssociativeArray<IWebhook>
Public Class NotificationSettingWebhooks
Implements IAssociativeArray(Of IWebhook), INotificationSettingWebhooks
Inheritance
NotificationSettingWebhooks
Attributes
Implements

Constructors

NotificationSettingWebhooks()

Creates an new NotificationSettingWebhooks instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IWebhook)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NotificationSettingWebhooks.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NotificationSettingWebhooks.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INotificationSettingWebhooks.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of NotificationSettingWebhooks into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, IWebhook)

Operators

Implicit(NotificationSettingWebhooks to Dictionary<String,IWebhook>)

Explicit Interface Implementations

IAssociativeArray<IWebhook>.AdditionalProperties
IAssociativeArray<IWebhook>.Count
IAssociativeArray<IWebhook>.Keys
IAssociativeArray<IWebhook>.Values

Applies to