Delen via


NotificationHubUpdateContent Class

Definition

Patch parameter for NamespaceResource.

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

Constructors

NotificationHubUpdateContent()

Initializes a new instance of NotificationHubUpdateContent.

Properties

AdmCredential

Description of a NotificationHub AdmCredential.

ApnsCredential

Description of a NotificationHub ApnsCredential.

AuthorizationRules

Gets or sets the AuthorizationRules of the created NotificationHub.

BaiduCredential

Description of a NotificationHub BaiduCredential.

BrowserCredential

Description of a NotificationHub BrowserCredential.

DailyMaxActiveDevices

Gets the daily max active devices.

FcmV1Credential

Description of a NotificationHub FcmV1Credential.

GcmCredential

Description of a NotificationHub GcmCredential.

MpnsCredential

Description of a NotificationHub MpnsCredential.

NotificationHubName

Gets or sets the NotificationHub name.

RegistrationTtl

Gets or sets the RegistrationTtl of the created NotificationHub.

Sku

The Sku description for a namespace.

Tags

Dictionary of <string>.

WnsCredential

Description of a NotificationHub WnsCredential.

XiaomiCredential

Description of a NotificationHub XiaomiCredential.

Explicit Interface Implementations

IJsonModel<NotificationHubUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NotificationHubUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationHubUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationHubUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NotificationHubUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to