Share via


LinkNotificationHubParameters Class

Definition

Description of an Azure Notification Hub to link to the communication service

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20200820.LinkNotificationHubParametersTypeConverter))]
public class LinkNotificationHubParameters : Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20200820.ILinkNotificationHubParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20200820.LinkNotificationHubParametersTypeConverter))>]
type LinkNotificationHubParameters = class
    interface ILinkNotificationHubParameters
    interface IJsonSerializable
Public Class LinkNotificationHubParameters
Implements ILinkNotificationHubParameters
Inheritance
LinkNotificationHubParameters
Attributes
Implements

Constructors

LinkNotificationHubParameters()

Creates an new LinkNotificationHubParameters instance.

Properties

ConnectionString

Connection string for the notification hub

ResourceId

The resource ID of the notification hub

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LinkNotificationHubParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LinkNotificationHubParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20200820.ILinkNotificationHubParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LinkNotificationHubParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to