RelayNamespace interface
Description of a namespace resource.
- Extends
Properties
created |
The time the namespace was created. NOTE: This property will not be serialized. It can only be populated by the server. |
metric |
Identifier for Azure Insights metrics. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
NOTE: This property will not be serialized. It can only be populated by the server. |
service |
Endpoint you can use to perform Service Bus operations. NOTE: This property will not be serialized. It can only be populated by the server. |
sku | SKU of the namespace. |
updated |
The time the namespace was updated. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
createdAt?: Date
Property Value
Date
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
provisioningState
NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: ProvisioningStateEnum
Property Value
serviceBusEndpoint
Endpoint you can use to perform Service Bus operations. NOTE: This property will not be serialized. It can only be populated by the server.
serviceBusEndpoint?: string
Property Value
string
sku
updatedAt
The time the namespace was updated. NOTE: This property will not be serialized. It can only be populated by the server.
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 TrackedResource.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 TrackedResource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.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 TrackedResource.type