LinkNotificationHubParameters 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.
Description of an Azure Notification Hub to link to the communication service
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.LinkNotificationHubParametersTypeConverter))]
public class LinkNotificationHubParameters : Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ILinkNotificationHubParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.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.Api20230601Preview.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. |