RelayNamespaceProperties interface

Properties of the namespace.

Properties

createdAt

The time the namespace was created.

metricId

Identifier for Azure Insights metrics.

privateEndpointConnections

List of private endpoint connections.

provisioningState

Provisioning state of the Namespace.

publicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled.

serviceBusEndpoint

Endpoint you can use to perform Service Bus operations.

status

Status of the Namespace.

updatedAt

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