SBNamespaceUpdateProperties interface

Properties of the namespace.

Properties

alternateName

Alternate name for namespace

createdAt

The time the namespace was created

disableLocalAuth

This property disables SAS authentication for the Service Bus namespace.

encryption

Properties of BYOK Encryption description

metricId

Identifier for Azure Insights metrics

privateEndpointConnections

List of private endpoint connections.

provisioningState

Provisioning state of the namespace.

serviceBusEndpoint

Endpoint you can use to perform Service Bus operations.

status

Status of the namespace.

updatedAt

The time the namespace was updated.

Property Details

alternateName

Alternate name for namespace

alternateName?: string

Property Value

string

createdAt

The time the namespace was created

createdAt?: Date

Property Value

Date

disableLocalAuth

This property disables SAS authentication for the Service Bus namespace.

disableLocalAuth?: boolean

Property Value

boolean

encryption

Properties of BYOK Encryption description

encryption?: Encryption

Property Value

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

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