Delen via


NotificationHubPubRegistrationResult Class

Definition

Notification result for a single registration.

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

Properties

ApplicationPlatform

PNS type.

Outcome

Notification outcome.

PnsHandle

PNS handle.

RegistrationId

Registration id.

Explicit Interface Implementations

IJsonModel<NotificationHubPubRegistrationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NotificationHubPubRegistrationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationHubPubRegistrationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationHubPubRegistrationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NotificationHubPubRegistrationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to