NamespaceCreateOrUpdateParameters interface   
Parameters supplied to the CreateOrUpdate Namespace operation.
- 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?: DateProperty Value
Date
critical
Whether or not the namespace is set as Critical.
critical?: booleanProperty Value
boolean
		dataCenter
	 
	Data center for the namespace
dataCenter?: stringProperty Value
string
enabled
Whether or not the namespace is currently enabled.
enabled?: booleanProperty Value
boolean
		metricId
	 
	Identifier for Azure Insights metrics NOTE: This property will not be serialized. It can only be populated by the server.
metricId?: stringProperty Value
string
		namePropertiesName
	  
	The name of the namespace.
namePropertiesName?: stringProperty Value
string
		namespaceType
	 
	
		provisioningState
	 
	Provisioning state of the Namespace.
provisioningState?: stringProperty 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?: stringProperty Value
string
		scaleUnit
	 
	ScaleUnit where the namespace gets created
scaleUnit?: stringProperty Value
string
		serviceBusEndpoint
	  
	Endpoint you can use to perform NotificationHub operations.
serviceBusEndpoint?: stringProperty Value
string
status
Status of the namespace. It can be any of these values:1 = Created/Active2 = Creating3 = Suspended4 = Deleting
status?: stringProperty Value
string
		subscriptionId
	 
	The Id of the Azure subscription associated with the namespace.
subscriptionId?: stringProperty Value
string
		updatedAt
	 
	The time the namespace was updated.
updatedAt?: DateProperty Value
Date
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: stringProperty 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?: stringProperty 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?: stringProperty Value
string
Inherited From Resource.type