Поделиться через


PrivateStoreNotificationsState Class

Definition

Get private store notifications state.

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

Properties

ApprovalRequests

Gets the approval requests.

NewNotifications

Gets the new notifications.

StopSellNotifications

Gets the stop sell notifications.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PrivateStoreNotificationsState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateStoreNotificationsState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateStoreNotificationsState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateStoreNotificationsState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateStoreNotificationsState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to