Share via


NotificationHubData Class

Definition

A class representing the NotificationHub data model. Notification Hub Resource.

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

Constructors

NotificationHubData(AzureLocation)

Initializes a new instance of NotificationHubData.

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.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
MpnsCredential

Description of a NotificationHub MpnsCredential.

Name

The name of the resource.

(Inherited from ResourceData)
NotificationHubName

Gets or sets the NotificationHub name.

RegistrationTtl

Gets or sets the RegistrationTtl of the created NotificationHub.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Sku

The Sku description for a namespace.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
WnsCredential

Description of a NotificationHub WnsCredential.

XiaomiCredential

Description of a NotificationHub XiaomiCredential.

Explicit Interface Implementations

IJsonModel<NotificationHubData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NotificationHubData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationHubData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationHubData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NotificationHubData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to