LinkedNotificationHub 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.
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
LinkedNotificationHub() |
Creates an new LinkedNotificationHub instance. |
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. |