NotificationHubNamespaceProperties 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.
Represents namespace properties.
public class NotificationHubNamespaceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubNamespaceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubNamespaceProperties>
type NotificationHubNamespaceProperties = class
interface IJsonModel<NotificationHubNamespaceProperties>
interface IPersistableModel<NotificationHubNamespaceProperties>
Public Class NotificationHubNamespaceProperties
Implements IJsonModel(Of NotificationHubNamespaceProperties), IPersistableModel(Of NotificationHubNamespaceProperties)
- Inheritance
-
NotificationHubNamespaceProperties
- Implements
Constructors
NotificationHubNamespaceProperties() |
Initializes a new instance of NotificationHubNamespaceProperties. |
Properties
CreatedOn |
Time when the namespace was created. |
DataCenter |
Deprecated. |
IsCritical |
Gets or sets whether or not the namespace is set as Critical. |
IsEnabled |
Gets or sets whether or not the namespace is currently enabled. |
MetricId |
Azure Insights Metrics id. |
NamespaceName |
Name of the Notification Hubs namespace. This is immutable property, set automatically by the service when the namespace is created. |
NamespaceType |
Defines values for NamespaceType. |
NetworkAcls |
A collection of network authorization rules. |
PnsCredentials |
Collection of Notification Hub or Notification Hub Namespace PNS credentials. |
PrivateEndpointConnections |
Private Endpoint Connections for namespace. |
ProvisioningState |
Defines values for OperationProvisioningState. |
PublicNetworkAccess |
Type of public network access. |
Region |
Region. The value is always set to the same value as Namespace.Location, so we are deprecating this property. |
ReplicationRegion |
Allowed replication region. |
ScaleUnit |
Gets or sets scaleUnit where the namespace gets created. |
ServiceBusEndpoint |
Gets or sets endpoint you can use to perform NotificationHub operations. |
Status |
Namespace status. |
SubscriptionId |
Namespace subscription id. |
UpdatedOn |
Time when the namespace was updated. |
ZoneRedundancy |
Namespace SKU name. |
Explicit Interface Implementations
IJsonModel<NotificationHubNamespaceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NotificationHubNamespaceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NotificationHubNamespaceProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NotificationHubNamespaceProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NotificationHubNamespaceProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET