TopicSpacesConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of the Topic Spaces Configuration.
public class TopicSpacesConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.TopicSpacesConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.TopicSpacesConfiguration>
type TopicSpacesConfiguration = class
interface IJsonModel<TopicSpacesConfiguration>
interface IPersistableModel<TopicSpacesConfiguration>
Public Class TopicSpacesConfiguration
Implements IJsonModel(Of TopicSpacesConfiguration), IPersistableModel(Of TopicSpacesConfiguration)
- Inheritance
-
TopicSpacesConfiguration
- Implements
Constructors
TopicSpacesConfiguration() |
Initializes a new instance of TopicSpacesConfiguration. |
Properties
ClientAuthentication |
Client authentication settings for topic spaces configuration. |
CustomDomains |
List of custom domain configurations for the namespace. |
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. |
Explicit Interface Implementations
IJsonModel<TopicSpacesConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TopicSpacesConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TopicSpacesConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TopicSpacesConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TopicSpacesConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET