Share via


LinkedNotificationHub Class

Definition

A notification hub that has been linked to the communication service

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.LinkedNotificationHubTypeConverter))]
public class LinkedNotificationHub : Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ILinkedNotificationHub
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.LinkedNotificationHubTypeConverter))>]
type LinkedNotificationHub = class
    interface ILinkedNotificationHub
    interface IJsonSerializable
Public Class LinkedNotificationHub
Implements ILinkedNotificationHub
Inheritance
LinkedNotificationHub
Attributes
Implements

Constructors

Properties

ResourceId

The resource ID of the notification hub

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LinkedNotificationHub.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LinkedNotificationHub.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ILinkedNotificationHub.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LinkedNotificationHub into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to