Sdílet prostřednictvím


LinkedNotificationHub Class

Definition

A notification hub that has been linked to the communication service.

public class LinkedNotificationHub : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Communication.Models.LinkedNotificationHub>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Communication.Models.LinkedNotificationHub>
public class LinkedNotificationHub
type LinkedNotificationHub = class
    interface IJsonModel<LinkedNotificationHub>
    interface IPersistableModel<LinkedNotificationHub>
type LinkedNotificationHub = class
Public Class LinkedNotificationHub
Implements IJsonModel(Of LinkedNotificationHub), IPersistableModel(Of LinkedNotificationHub)
Public Class LinkedNotificationHub
Inheritance
LinkedNotificationHub
Implements

Properties

ResourceId

The resource ID of the notification hub.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LinkedNotificationHub>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LinkedNotificationHub>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LinkedNotificationHub>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LinkedNotificationHub>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LinkedNotificationHub>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to