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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.TopicSpacesConfigurationTypeConverter))]
public class TopicSpacesConfiguration : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpacesConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.TopicSpacesConfigurationTypeConverter))>]
type TopicSpacesConfiguration = class
interface ITopicSpacesConfiguration
interface IJsonSerializable
Public Class TopicSpacesConfiguration
Implements ITopicSpacesConfiguration
- Inheritance
-
TopicSpacesConfiguration
- Attributes
- Implements
Constructors
TopicSpacesConfiguration() |
Creates an new TopicSpacesConfiguration instance. |
Properties
ClientAuthenticationAlternativeAuthenticationNameSource |
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. |
MaximumSessionExpiryInHour |
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. |
RoutingEnrichmentDynamic | |
RoutingEnrichmentStatic | |
RoutingIdentityInfoType | |
RoutingIdentityInfoUserAssignedIdentity | |
State |
Indicate if Topic Spaces Configuration is enabled for the namespace. Default is Disabled. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TopicSpacesConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TopicSpacesConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpacesConfiguration. |
FromJsonString(String) |
Creates a new instance of TopicSpacesConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TopicSpacesConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |