Delen via


TopicSpacesConfiguration Class

Definition

Properties of the Topic Spaces Configuration.

public class TopicSpacesConfiguration
type TopicSpacesConfiguration = class
Public Class TopicSpacesConfiguration
Inheritance
TopicSpacesConfiguration

Constructors

TopicSpacesConfiguration()

Initializes a new instance of TopicSpacesConfiguration.

Properties

AlternativeAuthenticationNameSources

Alternative authentication name sources related to client authentication settings for namespace resource.

Hostname

The endpoint for the topic spaces configuration. This is a read-only property.

MaximumClientSessionsPerAuthenticationName

The maximum number of sessions per authentication name. The property default value is 1. Min allowed value is 1 and max allowed value is 100.

MaximumSessionExpiryInHours

The maximum session expiry in hours. The property default value is 1 hour. Min allowed value is 1 hour and max allowed value is 8 hours.

RouteTopicResourceId

Fully qualified Azure Resource Id for the Event Grid Topic to which events will be routed to from TopicSpaces under a namespace. This property should be in the following format '/subscriptions/{subId}/resourcegroups/{resourceGroupName}/providers/microsoft.EventGrid/topics/{topicName}'. This topic should reside in the same region where namespace is located.

RoutingEnrichments

Routing enrichments for topic spaces configuration.

RoutingIdentityInfo

Routing identity info for topic spaces configuration.

State

Indicate if Topic Spaces Configuration is enabled for the namespace. Default is Disabled.

Applies to