NamespaceUpdateParameterProperties 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.
Information of namespace update parameter properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NamespaceUpdateParameterPropertiesTypeConverter))]
public class NamespaceUpdateParameterProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceUpdateParameterProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NamespaceUpdateParameterPropertiesTypeConverter))>]
type NamespaceUpdateParameterProperties = class
interface INamespaceUpdateParameterProperties
interface IJsonSerializable
Public Class NamespaceUpdateParameterProperties
Implements INamespaceUpdateParameterProperties
- Inheritance
-
NamespaceUpdateParameterProperties
- Attributes
- Implements
Constructors
NamespaceUpdateParameterProperties() |
Creates an new NamespaceUpdateParameterProperties instance. |
Properties
ClientAuthenticationAlternativeAuthenticationNameSource |
Alternative authentication name sources related to client authentication settings for namespace resource. |
InboundIPRule |
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. |
PublicNetworkAccess |
This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring |
RoutingEnrichmentDynamic | |
RoutingEnrichmentStatic | |
RoutingIdentityInfoType | |
RoutingIdentityInfoUserAssignedIdentity | |
TopicSpaceConfigurationMaximumClientSessionsPerAuthenticationName |
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. |
TopicSpaceConfigurationMaximumSessionExpiryInHour |
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. |
TopicSpaceConfigurationRouteTopicResourceId |
This property is used to specify custom topic to which events will be routed to from topic spaces configuration under namespace. |
TopicSpaceConfigurationState |
Indicate if Topic Spaces Configuration is enabled for the namespace. Default is Disabled. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NamespaceUpdateParameterProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NamespaceUpdateParameterProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceUpdateParameterProperties. |
FromJsonString(String) |
Creates a new instance of NamespaceUpdateParameterProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NamespaceUpdateParameterProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |