NotificationHubNamespaceData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the NotificationHubNamespace data model.
public class NotificationHubNamespaceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NotificationHubs.NotificationHubNamespaceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NotificationHubs.NotificationHubNamespaceData>
type NotificationHubNamespaceData = class
inherit TrackedResourceData
interface IJsonModel<NotificationHubNamespaceData>
interface IPersistableModel<NotificationHubNamespaceData>
Public Class NotificationHubNamespaceData
Inherits TrackedResourceData
Implements IJsonModel(Of NotificationHubNamespaceData), IPersistableModel(Of NotificationHubNamespaceData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| NotificationHubNamespaceData(AzureLocation, NotificationHubSku) |
Initializes a new instance of NotificationHubNamespaceData. |
| NotificationHubNamespaceData(AzureLocation) |
Initializes a new instance of NotificationHubNamespaceData. |
Properties
| Name | Description |
|---|---|
| CreatedOn |
The time the namespace was created. |
| DataCenter |
Deprecated. |
| HubNamespaceType |
Defines values for NamespaceType. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| IsCritical |
Whether or not the namespace is set as Critical. |
| IsEnabled |
Whether or not the namespace is currently enabled. |
| Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
| MetricId |
Azure Insights Metrics id. |
| Name |
The name of the resource. (Inherited from ResourceData) |
| NamespaceName |
The name of the namespace. |
| NamespaceStatus |
Namespace status. |
| NetworkAcls |
A collection of network authorization rules. |
| OperationProvisioningState |
Defines values for OperationProvisioningState. |
| PnsCredentials |
Collection of Notification Hub or Notification Hub Namespace PNS credentials. |
| PrivateEndpointConnections |
Private Endpoint Connections for namespace. |
| PublicNetworkAccess |
Type of public network access. |
| Region |
Specifies the targeted region. |
| ReplicationRegion |
Allowed replication region. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| ScaleUnit |
Gets or sets scaleUnit where the namespace gets created. |
| ServiceBusEndpoint |
Endpoint for NotificationHub operations. |
| Sku |
The Sku description for a namespace. |
| SubscriptionId |
The Id of the Azure subscription associated with the namespace. |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
| Tags |
Resource tags. (Inherited from TrackedResourceData) |
| UpdatedOn |
The time the namespace was updated. |
| ZoneRedundancy |
Namespace SKU name. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<NotificationHubNamespaceData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<NotificationHubNamespaceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<NotificationHubNamespaceData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<NotificationHubNamespaceData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<NotificationHubNamespaceData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |