Share via


NamespaceProperties Class

Definition

Properties of the namespace resource.

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

Constructors

NamespaceProperties()

Creates an new NamespaceProperties 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.

IsZoneRedundant

Allows the user to specify if the service is zone-redundant. This is a required property and user needs to specify this value explicitly. Once specified, this property cannot be updated.

MinimumTlsVersionAllowed

Minimum TLS version of the publisher allowed to publish to this namespace. Only TLS version 1.2 is supported.

PrivateEndpointConnection
ProvisioningState

Provisioning state of the namespace resource.

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
TopicConfigurationHostname

The hostname for the topics configuration. This is a read-only property.

TopicSpaceConfigurationHostname

The endpoint for the topic spaces configuration. This is a read-only property.

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

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.

TopicSpaceConfigurationState

Indicate if Topic Spaces Configuration is enabled for the namespace. Default is Disabled.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NamespaceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NamespaceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NamespaceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to