Share via


NotificationHubNamespaceData Class

Definition

A class representing the NotificationHubNamespace data model. Description of a Namespace resource.

public class NotificationHubNamespaceData : Azure.ResourceManager.Models.TrackedResourceData
type NotificationHubNamespaceData = class
    inherit TrackedResourceData
Public Class NotificationHubNamespaceData
Inherits TrackedResourceData
Inheritance
NotificationHubNamespaceData

Constructors

NotificationHubNamespaceData(AzureLocation)

Initializes a new instance of NotificationHubNamespaceData.

Properties

CreatedOn

The time the namespace was created.

DataCenter

Data center for the namespace.

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

Identifier for Azure Insights metrics.

Name

The name of the resource.

(Inherited from ResourceData)
NamespaceName

The name of the namespace.

NamespaceType

The namespace type.

ProvisioningState

Provisioning state of the Namespace.

Region

Specifies the targeted region in which the namespace should be created. It can be any of the following values: Australia East, Australia Southeast, Central US, East US, East US 2, West US, North Central US, South Central US, East Asia, Southeast Asia, Brazil South, Japan East, Japan West, North Europe, West Europe.

ResourceType

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

(Inherited from ResourceData)
ScaleUnit

ScaleUnit where the namespace gets created.

ServiceBusEndpoint

Endpoint you can use to perform NotificationHub operations.

Sku

The sku of the created namespace.

Status

Status of the namespace. It can be any of these values:1 = Created/Active2 = Creating3 = Suspended4 = Deleting.

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.

Applies to