NotificationHubPatch Class

Definition

Patch parameter for NamespaceResource.

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

Constructors

Name Description
NotificationHubPatch(AzureLocation)

Initializes a new instance of NotificationHubPatch.

Properties

Name Description
AdmCredential

Description of a NotificationHub AdmCredential.

ApnsCredential

Description of a NotificationHub ApnsCredential.

AuthorizationRules

Gets the AuthorizationRules of the created NotificationHub.

BaiduCredential

Description of a NotificationHub BaiduCredential.

BrowserCredential

Description of a NotificationHub BrowserCredential.

DailyMaxActiveDevices

Gets the DailyMaxActiveDevices.

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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from TrackedResourceData)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NotificationHubPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NotificationHubPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationHubPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationHubPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NotificationHubPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to