다음을 통해 공유


NotificationRegistrationProperties Class

Definition

The NotificationRegistrationProperties.

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

Constructors

NotificationRegistrationProperties()

Initializes a new instance of NotificationRegistrationProperties.

Properties

IncludedEvents

Gets the included events.

MessageScope

Gets or sets the message scope.

NotificationEndpoints

Gets the notification endpoints.

NotificationMode

Gets or sets the notification mode.

ProvisioningState

Gets or sets the provisioning state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NotificationRegistrationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NotificationRegistrationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationRegistrationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationRegistrationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NotificationRegistrationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to