RelayNamespaceProperties interface
Properties of the namespace.
Properties
| created |
The time the namespace was created. |
| metric |
Identifier for Azure Insights metrics. |
| private |
List of private endpoint connections. |
| provisioning |
Provisioning state of the Namespace. |
| public |
This determines if traffic is allowed over public network. By default it is enabled. |
| service |
Endpoint you can use to perform Service Bus operations. |
| status | Status of the Namespace. |
| updated |
The time the namespace was updated. |
Property Details
createdAt
The time the namespace was created.
createdAt?: Date
Property Value
Date
metricId
Identifier for Azure Insights metrics.
metricId?: string
Property Value
string
privateEndpointConnections
List of private endpoint connections.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
Provisioning state of the Namespace.
provisioningState?: string
Property Value
string
publicNetworkAccess
This determines if traffic is allowed over public network. By default it is enabled.
publicNetworkAccess?: string
Property Value
string
serviceBusEndpoint
Endpoint you can use to perform Service Bus operations.
serviceBusEndpoint?: string
Property Value
string
status
Status of the Namespace.
status?: string
Property Value
string
updatedAt
The time the namespace was updated.
updatedAt?: Date
Property Value
Date