Share via


UpdateTopicSpacesConfigurationInfo Class

Definition

Properties of the topic spaces configuration info of a namespace.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.UpdateTopicSpacesConfigurationInfoTypeConverter))]
public class UpdateTopicSpacesConfigurationInfo : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IUpdateTopicSpacesConfigurationInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.UpdateTopicSpacesConfigurationInfoTypeConverter))>]
type UpdateTopicSpacesConfigurationInfo = class
    interface IUpdateTopicSpacesConfigurationInfo
    interface IJsonSerializable
Public Class UpdateTopicSpacesConfigurationInfo
Implements IUpdateTopicSpacesConfigurationInfo
Inheritance
UpdateTopicSpacesConfigurationInfo
Attributes
Implements

Constructors

UpdateTopicSpacesConfigurationInfo()

Creates an new UpdateTopicSpacesConfigurationInfo instance.

Properties

ClientAuthenticationAlternativeAuthenticationNameSource

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

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

This property is used to specify custom topic to which events will be routed to from topic spaces configuration under namespace.

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 UpdateTopicSpacesConfigurationInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateTopicSpacesConfigurationInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IUpdateTopicSpacesConfigurationInfo.

FromJsonString(String)

Creates a new instance of UpdateTopicSpacesConfigurationInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateTopicSpacesConfigurationInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to