RecipientsContractProperties Class

Definition

Notification Parameter contract.

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

Constructors

RecipientsContractProperties()

Initializes a new instance of RecipientsContractProperties.

Properties

Emails

List of Emails subscribed for the notification.

Users

List of Users subscribed for the notification.

Explicit Interface Implementations

IJsonModel<RecipientsContractProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecipientsContractProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecipientsContractProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecipientsContractProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecipientsContractProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to