Share via


NamespaceUpdateParameters Class

Definition

Properties to update namespace.

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

Constructors

NamespaceUpdateParameters()

Creates an new NamespaceUpdateParameters instance.

Properties

ClientAuthenticationAlternativeAuthenticationNameSource

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

IdentityPrincipalId

The principal ID of resource identity.

IdentityTenantId

The tenant ID of resource.

IdentityType

The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.

IdentityUserAssignedIdentity

The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.

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
SkuCapacity

Specifies the number of Throughput Units that defines the capacity for the namespace. The property default value is 1 which signifies 1 Throughput Unit = 1MB/s ingress and 2MB/s egress per namespace. Min capacity is 1 and max allowed capacity is 20.

SkuName

The name of the SKU.

Tag

Tags of the namespace resource.

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NamespaceUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NamespaceUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to