ClusterNotificationTarget Class

Definition

Describes the notification target properties.

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

Constructors

ClusterNotificationTarget(ClusterNotificationChannel, IEnumerable<String>)

Initializes a new instance of ClusterNotificationTarget.

Properties

NotificationChannel

The notification channel indicates the type of receivers subscribed to the notification, either user or subscription.

Receivers

List of targets that subscribe to the notification.

Explicit Interface Implementations

IJsonModel<ClusterNotificationTarget>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterNotificationTarget>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterNotificationTarget>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterNotificationTarget>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterNotificationTarget>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to