IUpdateTopicSpacesConfigurationInfo Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.UpdateTopicSpacesConfigurationInfoTypeConverter))]
public interface IUpdateTopicSpacesConfigurationInfo : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.UpdateTopicSpacesConfigurationInfoTypeConverter))>]
type IUpdateTopicSpacesConfigurationInfo = interface
interface IJsonSerializable
Public Interface IUpdateTopicSpacesConfigurationInfo
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |