Share via


RelayNamespaceAccessProperties interface

Azure relay hybrid connection access properties

Properties

accessKey

Access key for hybrid connection.

expiresOn

The expiration of access key in unix time.

hybridConnectionName

Azure Relay hybrid connection name for the resource.

namespaceName

The namespace name.

namespaceNameSuffix

The suffix domain name of relay namespace.

serviceConfigurationToken

The token to access the enabled service.

Property Details

accessKey

Access key for hybrid connection.

accessKey?: string

Property Value

string

expiresOn

The expiration of access key in unix time.

expiresOn?: number

Property Value

number

hybridConnectionName

Azure Relay hybrid connection name for the resource.

hybridConnectionName: string

Property Value

string

namespaceName

The namespace name.

namespaceName: string

Property Value

string

namespaceNameSuffix

The suffix domain name of relay namespace.

namespaceNameSuffix: string

Property Value

string

serviceConfigurationToken

The token to access the enabled service.

serviceConfigurationToken?: string

Property Value

string