NamespaceResource interface 
Description of a Namespace resource.
- Extends
 
Properties
| created | 
	The time the namespace was created.  | 
| critical | Whether or not the namespace is set as Critical.  | 
| data | 
	Data center for the namespace  | 
| enabled | Whether or not the namespace is currently enabled.  | 
| metric | 
	Identifier for Azure Insights metrics NOTE: This property will not be serialized. It can only be populated by the server.  | 
| name | 
	The name of the namespace.  | 
| namespace | 
	The namespace type.  | 
| provisioning | 
	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  | 
| scale | 
	ScaleUnit where the namespace gets created  | 
| service | 
	Endpoint you can use to perform NotificationHub operations.  | 
| status | Status of the namespace. It can be any of these values:1 = Created/Active2 = Creating3 = Suspended4 = Deleting  | 
| subscription | 
	The Id of the Azure subscription associated with the namespace.  | 
| updated | 
	The time the namespace was updated.  | 
Inherited Properties
| id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server.  | 
| location | Resource location  | 
| name | Resource name NOTE: This property will not be serialized. It can only be populated by the server.  | 
| sku | The sku of the created namespace  | 
| tags | Resource tags  | 
| type | Resource type NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		createdAt
	 
	The time the namespace was created.
createdAt?: Date
				Property Value
Date
critical
Whether or not the namespace is set as Critical.
critical?: boolean
				Property Value
boolean
		dataCenter
	 
	Data center for the namespace
dataCenter?: string
				Property Value
string
enabled
Whether or not the namespace is currently enabled.
enabled?: boolean
				Property Value
boolean
		metricId
	 
	Identifier for Azure Insights metrics NOTE: This property will not be serialized. It can only be populated by the server.
metricId?: string
				Property Value
string
		namePropertiesName
	  
	The name of the namespace.
namePropertiesName?: string
				Property Value
string
		namespaceType
	 
	
		provisioningState
	 
	Provisioning state of the Namespace.
provisioningState?: string
				Property Value
string
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
region?: string
				Property Value
string
		scaleUnit
	 
	ScaleUnit where the namespace gets created
scaleUnit?: string
				Property Value
string
		serviceBusEndpoint
	  
	Endpoint you can use to perform NotificationHub operations.
serviceBusEndpoint?: string
				Property Value
string
status
Status of the namespace. It can be any of these values:1 = Created/Active2 = Creating3 = Suspended4 = Deleting
status?: string
				Property Value
string
		subscriptionId
	 
	The Id of the Azure subscription associated with the namespace.
subscriptionId?: string
				Property Value
string
		updatedAt
	 
	The time the namespace was updated.
updatedAt?: Date
				Property Value
Date
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
				Property Value
string
Inherited From Resource.id
location
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
				Property Value
string
Inherited From Resource.name
sku
tags
Resource tags
tags?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
				Property Value
string
Inherited From Resource.type