你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.EventGrid 命名空间 2023-12-15-preview

Bicep 资源定义

可以使用目标操作部署命名空间资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.EventGrid/namespaces 资源,请将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.EventGrid/namespaces@2023-12-15-preview' = {
  identity: {
    principalId: 'string'
    tenantId: 'string'
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {
        clientId: 'string'
        principalId: 'string'
      }
    }
  }
  location: 'string'
  name: 'string'
  properties: {
    inboundIpRules: [
      {
        action: 'string'
        ipMask: 'string'
      }
    ]
    isZoneRedundant: bool
    minimumTlsVersionAllowed: 'string'
    privateEndpointConnections: [
      {
        properties: {
          groupIds: [
            'string'
          ]
          privateEndpoint: {
            id: 'string'
          }
          privateLinkServiceConnectionState: {
            actionsRequired: 'string'
            description: 'string'
            status: 'string'
          }
          provisioningState: 'string'
        }
      }
    ]
    publicNetworkAccess: 'string'
    topicsConfiguration: {}
    topicSpacesConfiguration: {
      clientAuthentication: {
        alternativeAuthenticationNameSources: [
          'string'
        ]
      }
      maximumClientSessionsPerAuthenticationName: int
      maximumSessionExpiryInHours: int
      routeTopicResourceId: 'string'
      routingEnrichments: {
        dynamic: [
          {
            key: 'string'
            value: 'string'
          }
        ]
        static: [
          {
            key: 'string'
            valueType: 'string'
            // For remaining properties, see StaticRoutingEnrichment objects
          }
        ]
      }
      routingIdentityInfo: {
        type: 'string'
        userAssignedIdentity: 'string'
      }
      state: 'string'
    }
  }
  sku: {
    capacity: int
    name: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

StaticRoutingEnrichment 对象

设置 valueType 属性以指定对象的类型。

对于 字符串,请使用:

{
  value: 'string'
  valueType: 'String'
}

属性值

ClientAuthenticationSettings

名字 描述 价值
alternativeAuthenticationNameSources 与命名空间资源的客户端身份验证设置相关的替代身份验证名称源。 包含任一项的字符串数组:
“ClientCertificateDns”
“ClientCertificateEmail”
“ClientCertificateIp”
“ClientCertificateSubject”
“ClientCertificateUri”

ConnectionState

名字 描述 价值
actionsRequired 需要的操作(如果有)。 字符串
描述 连接状态的说明。 字符串
地位 连接状态。 “已批准”
“Disconnected”
“Pending”
“已拒绝”

DynamicRoutingEnrichment

名字 描述 价值
钥匙 动态路由扩充密钥。 字符串
价值 动态路由扩充值。 字符串

IdentityInfo

名字 描述 价值
principalId 资源标识的主体 ID。 字符串
tenantId 资源的租户 ID。 字符串
类型 使用的托管标识的类型。 类型“SystemAssigned,UserAssigned”包括隐式创建的标识和一组用户分配的标识。 类型“None”将删除任何标识。 “None”
“SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned”
userAssignedIdentities 与资源关联的用户标识列表。 用户标识字典密钥引用将是采用以下格式的 ARM 资源 ID:
“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。
此属性当前未使用,并保留以供将来使用。
IdentityInfoUserAssignedIdentities

IdentityInfoUserAssignedIdentities

名字 描述 价值

InboundIpRule

名字 描述 价值
行动 根据匹配项或 IpMask 的匹配项执行的操作。 “允许”
ipMask CIDR 表示法中的 IP 地址,例如 10.0.0.0/8。 字符串

Microsoft.EventGrid/namespaces

名字 描述 价值
身份 命名空间资源的标识信息。 IdentityInfo
位置 资源的位置。 string (必需)
名字 资源名称 字符串

约束:
最小长度 = 3
最大长度 = 3
模式 = ^[a-zA-Z0-9-]*$ (必需)
性能 命名空间资源的属性。 NamespaceProperties
sku 表示可用的 Sku 定价层。 NamespaceSku
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记

NamespaceProperties

名字 描述 价值
inboundIpRules 这可用于限制来自特定 IP 而不是所有 IP 的流量。 注意:仅当启用了 PublicNetworkAccess 时,才会考虑这些内容。 InboundIpRule[]
isZoneRedundant 这是一个可选属性,它允许用户指定命名空间资源是否支持区域冗余功能。 如果为
属性未由用户显式指定,其默认值取决于以下条件:
一个。 对于已启用可用性区域的区域 - 默认属性值为 true。
b. 对于启用非可用性区域的区域 - 默认属性值为 false。
指定后,无法更新此属性。
bool
minimumTlsVersionAllowed 允许发布到此命名空间的发布服务器的最低 TLS 版本。 仅支持 TLS 版本 1.2。 '1.0'
'1.1'
'1.2'
privateEndpointConnections PrivateEndpointConnection[]
publicNetworkAccess 这决定了是否允许通过公用网络流量。 默认情况下,它处于启用状态。
可以通过配置 <seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceProperties.InboundIpRules” />
“Disabled”
“Enabled”
“SecuredByPerimeter”
topicsConfiguration 命名空间资源的主题配置信息 TopicsConfiguration
topicSpacesConfiguration 命名空间资源的主题空间配置信息 TopicSpacesConfiguration

NamespaceSku

名字 描述 价值
能力 指定定义命名空间容量的吞吐量单位数。 属性默认值为
1 表示 1 个吞吐量单位 = 1MB/s 入口,每个命名空间的出口量为 2MB/秒。 最小容量为 1 和
最大允许容量为 20。
int
名字 SKU 的名称。 “Standard”

PrivateEndpoint

名字 描述 价值
id 专用终结点的 ARM 标识符。 字符串

PrivateEndpointConnection

名字 描述 价值
性能 PrivateEndpointConnection 的属性。 PrivateEndpointConnectionProperties

PrivateEndpointConnectionProperties

名字 描述 价值
groupIds 专用链接服务资源的 GroupId。 string[]
privateEndpoint 此连接的专用终结点资源。 PrivateEndpoint
privateLinkServiceConnectionState 有关连接状态的详细信息。 ConnectionState
provisioningState 专用终结点连接的预配状态。 “Canceled”
“创建”
“删除”
“Failed”
“Succeeded”
“正在更新”

RoutingEnrichments

名字 描述 价值
动态 DynamicRoutingEnrichment[]
静态的 StaticRoutingEnrichment[]

RoutingIdentityInfo

名字 描述 价值
类型 “None”
“SystemAssigned”
“UserAssigned”
userAssignedIdentity 字符串

StaticRoutingEnrichment

名字 描述 价值
钥匙 静态路由扩充密钥。 字符串
valueType 设置为 StaticStringRoutingEnrichment类型的“字符串”。 “String”(必需)

StaticStringRoutingEnrichment

名字 描述 价值
价值 字符串类型路由扩充值。 字符串
valueType 静态路由扩充值类型。 例如,此属性值可以是“String”。 “String”(必需)

TopicsConfiguration

名字 描述 价值

TopicSpacesConfiguration

名字 描述 价值
clientAuthentication 主题空间配置的客户端身份验证设置。 ClientAuthenticationSettings
maximumClientSessionsPerAuthenticationName 每个身份验证名称的最大会话数。 属性默认值为 1。
允许的最小值为 1,允许的最大值为 100。
int
maximumSessionExpiryInHours 最大会话到期时间(以小时为单位)。 属性默认值为 1 小时。
允许的最小值为 1 小时,最大允许值为 8 小时。
int
routeTopicResourceId 事件网格主题的完全限定的 Azure 资源 ID,事件将路由到命名空间下的 TopicSpaces。
此属性应采用以下格式“/subscriptions/{subId}/resourcegroups/{resourceGroupName}/providers/microsoft”。EventGrid/topics/{topicName}'。
本主题应位于命名空间所在的同一区域。
字符串
routingEnrichments 主题空间配置的路由扩充 RoutingEnrichments
routingIdentityInfo 主题空间配置的路由标识信息。 RoutingIdentityInfo
指示是否为命名空间启用了主题空间配置。 默认值为 Disabled。 “Disabled”
“Enabled”

TrackedResourceTags

名字 描述 价值

UserIdentityProperties

名字 描述 价值
clientId 用户分配标识的客户端 ID。 字符串
principalId 用户分配标识的主体 ID。 字符串

ARM 模板资源定义

可以使用目标操作部署命名空间资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.EventGrid/namespaces 资源,请将以下 JSON 添加到模板。

{
  "type": "Microsoft.EventGrid/namespaces",
  "apiVersion": "2023-12-15-preview",
  "name": "string",
  "identity": {
    "principalId": "string",
    "tenantId": "string",
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {
        "clientId": "string",
        "principalId": "string"
      }
    }
  },
  "location": "string",
  "properties": {
    "inboundIpRules": [
      {
        "action": "string",
        "ipMask": "string"
      }
    ],
    "isZoneRedundant": "bool",
    "minimumTlsVersionAllowed": "string",
    "privateEndpointConnections": [
      {
        "properties": {
          "groupIds": [ "string" ],
          "privateEndpoint": {
            "id": "string"
          },
          "privateLinkServiceConnectionState": {
            "actionsRequired": "string",
            "description": "string",
            "status": "string"
          },
          "provisioningState": "string"
        }
      }
    ],
    "publicNetworkAccess": "string",
    "topicsConfiguration": {
    },
    "topicSpacesConfiguration": {
      "clientAuthentication": {
        "alternativeAuthenticationNameSources": [ "string" ]
      },
      "maximumClientSessionsPerAuthenticationName": "int",
      "maximumSessionExpiryInHours": "int",
      "routeTopicResourceId": "string",
      "routingEnrichments": {
        "dynamic": [
          {
            "key": "string",
            "value": "string"
          }
        ],
        "static": [ {
          "key": "string",
          "valueType": "string"
          // For remaining properties, see StaticRoutingEnrichment objects
        } ]
      },
      "routingIdentityInfo": {
        "type": "string",
        "userAssignedIdentity": "string"
      },
      "state": "string"
    }
  },
  "sku": {
    "capacity": "int",
    "name": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

StaticRoutingEnrichment 对象

设置 valueType 属性以指定对象的类型。

对于 字符串,请使用:

{
  "value": "string",
  "valueType": "String"
}

属性值

ClientAuthenticationSettings

名字 描述 价值
alternativeAuthenticationNameSources 与命名空间资源的客户端身份验证设置相关的替代身份验证名称源。 包含任一项的字符串数组:
“ClientCertificateDns”
“ClientCertificateEmail”
“ClientCertificateIp”
“ClientCertificateSubject”
“ClientCertificateUri”

ConnectionState

名字 描述 价值
actionsRequired 需要的操作(如果有)。 字符串
描述 连接状态的说明。 字符串
地位 连接状态。 “已批准”
“Disconnected”
“Pending”
“已拒绝”

DynamicRoutingEnrichment

名字 描述 价值
钥匙 动态路由扩充密钥。 字符串
价值 动态路由扩充值。 字符串

IdentityInfo

名字 描述 价值
principalId 资源标识的主体 ID。 字符串
tenantId 资源的租户 ID。 字符串
类型 使用的托管标识的类型。 类型“SystemAssigned,UserAssigned”包括隐式创建的标识和一组用户分配的标识。 类型“None”将删除任何标识。 “None”
“SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned”
userAssignedIdentities 与资源关联的用户标识列表。 用户标识字典密钥引用将是采用以下格式的 ARM 资源 ID:
“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。
此属性当前未使用,并保留以供将来使用。
IdentityInfoUserAssignedIdentities

IdentityInfoUserAssignedIdentities

名字 描述 价值

InboundIpRule

名字 描述 价值
行动 根据匹配项或 IpMask 的匹配项执行的操作。 “允许”
ipMask CIDR 表示法中的 IP 地址,例如 10.0.0.0/8。 字符串

Microsoft.EventGrid/namespaces

名字 描述 价值
apiVersion API 版本 '2023-12-15-preview'
身份 命名空间资源的标识信息。 IdentityInfo
位置 资源的位置。 string (必需)
名字 资源名称 字符串

约束:
最小长度 = 3
最大长度 = 3
模式 = ^[a-zA-Z0-9-]*$ (必需)
性能 命名空间资源的属性。 NamespaceProperties
sku 表示可用的 Sku 定价层。 NamespaceSku
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
类型 资源类型 “Microsoft.EventGrid/namespaces”

NamespaceProperties

名字 描述 价值
inboundIpRules 这可用于限制来自特定 IP 而不是所有 IP 的流量。 注意:仅当启用了 PublicNetworkAccess 时,才会考虑这些内容。 InboundIpRule[]
isZoneRedundant 这是一个可选属性,它允许用户指定命名空间资源是否支持区域冗余功能。 如果为
属性未由用户显式指定,其默认值取决于以下条件:
一个。 对于已启用可用性区域的区域 - 默认属性值为 true。
b. 对于启用非可用性区域的区域 - 默认属性值为 false。
指定后,无法更新此属性。
bool
minimumTlsVersionAllowed 允许发布到此命名空间的发布服务器的最低 TLS 版本。 仅支持 TLS 版本 1.2。 '1.0'
'1.1'
'1.2'
privateEndpointConnections PrivateEndpointConnection[]
publicNetworkAccess 这决定了是否允许通过公用网络流量。 默认情况下,它处于启用状态。
可以通过配置 <seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceProperties.InboundIpRules” />
“Disabled”
“Enabled”
“SecuredByPerimeter”
topicsConfiguration 命名空间资源的主题配置信息 TopicsConfiguration
topicSpacesConfiguration 命名空间资源的主题空间配置信息 TopicSpacesConfiguration

NamespaceSku

名字 描述 价值
能力 指定定义命名空间容量的吞吐量单位数。 属性默认值为
1 表示 1 个吞吐量单位 = 1MB/s 入口,每个命名空间的出口量为 2MB/秒。 最小容量为 1 和
最大允许容量为 20。
int
名字 SKU 的名称。 “Standard”

PrivateEndpoint

名字 描述 价值
id 专用终结点的 ARM 标识符。 字符串

PrivateEndpointConnection

名字 描述 价值
性能 PrivateEndpointConnection 的属性。 PrivateEndpointConnectionProperties

PrivateEndpointConnectionProperties

名字 描述 价值
groupIds 专用链接服务资源的 GroupId。 string[]
privateEndpoint 此连接的专用终结点资源。 PrivateEndpoint
privateLinkServiceConnectionState 有关连接状态的详细信息。 ConnectionState
provisioningState 专用终结点连接的预配状态。 “Canceled”
“创建”
“删除”
“Failed”
“Succeeded”
“正在更新”

RoutingEnrichments

名字 描述 价值
动态 DynamicRoutingEnrichment[]
静态的 StaticRoutingEnrichment[]

RoutingIdentityInfo

名字 描述 价值
类型 “None”
“SystemAssigned”
“UserAssigned”
userAssignedIdentity 字符串

StaticRoutingEnrichment

名字 描述 价值
钥匙 静态路由扩充密钥。 字符串
valueType 设置为 StaticStringRoutingEnrichment类型的“字符串”。 “String”(必需)

StaticStringRoutingEnrichment

名字 描述 价值
价值 字符串类型路由扩充值。 字符串
valueType 静态路由扩充值类型。 例如,此属性值可以是“String”。 “String”(必需)

TopicsConfiguration

名字 描述 价值

TopicSpacesConfiguration

名字 描述 价值
clientAuthentication 主题空间配置的客户端身份验证设置。 ClientAuthenticationSettings
maximumClientSessionsPerAuthenticationName 每个身份验证名称的最大会话数。 属性默认值为 1。
允许的最小值为 1,允许的最大值为 100。
int
maximumSessionExpiryInHours 最大会话到期时间(以小时为单位)。 属性默认值为 1 小时。
允许的最小值为 1 小时,最大允许值为 8 小时。
int
routeTopicResourceId 事件网格主题的完全限定的 Azure 资源 ID,事件将路由到命名空间下的 TopicSpaces。
此属性应采用以下格式“/subscriptions/{subId}/resourcegroups/{resourceGroupName}/providers/microsoft”。EventGrid/topics/{topicName}'。
本主题应位于命名空间所在的同一区域。
字符串
routingEnrichments 主题空间配置的路由扩充 RoutingEnrichments
routingIdentityInfo 主题空间配置的路由标识信息。 RoutingIdentityInfo
指示是否为命名空间启用了主题空间配置。 默认值为 Disabled。 “Disabled”
“Enabled”

TrackedResourceTags

名字 描述 价值

UserIdentityProperties

名字 描述 价值
clientId 用户分配标识的客户端 ID。 字符串
principalId 用户分配标识的主体 ID。 字符串

Terraform (AzAPI 提供程序)资源定义

可以使用目标操作部署命名空间资源类型:

  • 资源组

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.EventGrid/namespaces 资源,请将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.EventGrid/namespaces@2023-12-15-preview"
  name = "string"
  identity = {
    principalId = "string"
    tenantId = "string"
    type = "string"
    userAssignedIdentities = {
      {customized property} = {
        clientId = "string"
        principalId = "string"
      }
    }
  }
  location = "string"
  sku = {
    capacity = int
    name = "string"
  }
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      inboundIpRules = [
        {
          action = "string"
          ipMask = "string"
        }
      ]
      isZoneRedundant = bool
      minimumTlsVersionAllowed = "string"
      privateEndpointConnections = [
        {
          properties = {
            groupIds = [
              "string"
            ]
            privateEndpoint = {
              id = "string"
            }
            privateLinkServiceConnectionState = {
              actionsRequired = "string"
              description = "string"
              status = "string"
            }
            provisioningState = "string"
          }
        }
      ]
      publicNetworkAccess = "string"
      topicsConfiguration = {
      }
      topicSpacesConfiguration = {
        clientAuthentication = {
          alternativeAuthenticationNameSources = [
            "string"
          ]
        }
        maximumClientSessionsPerAuthenticationName = int
        maximumSessionExpiryInHours = int
        routeTopicResourceId = "string"
        routingEnrichments = {
          dynamic = [
            {
              key = "string"
              value = "string"
            }
          ]
          static = [
            {
              key = "string"
              valueType = "string"
              // For remaining properties, see StaticRoutingEnrichment objects
            }
          ]
        }
        routingIdentityInfo = {
          type = "string"
          userAssignedIdentity = "string"
        }
        state = "string"
      }
    }
  })
}

StaticRoutingEnrichment 对象

设置 valueType 属性以指定对象的类型。

对于 字符串,请使用:

{
  value = "string"
  valueType = "String"
}

属性值

ClientAuthenticationSettings

名字 描述 价值
alternativeAuthenticationNameSources 与命名空间资源的客户端身份验证设置相关的替代身份验证名称源。 包含任一项的字符串数组:
“ClientCertificateDns”
“ClientCertificateEmail”
“ClientCertificateIp”
“ClientCertificateSubject”
“ClientCertificateUri”

ConnectionState

名字 描述 价值
actionsRequired 需要的操作(如果有)。 字符串
描述 连接状态的说明。 字符串
地位 连接状态。 “已批准”
“Disconnected”
“Pending”
“已拒绝”

DynamicRoutingEnrichment

名字 描述 价值
钥匙 动态路由扩充密钥。 字符串
价值 动态路由扩充值。 字符串

IdentityInfo

名字 描述 价值
principalId 资源标识的主体 ID。 字符串
tenantId 资源的租户 ID。 字符串
类型 使用的托管标识的类型。 类型“SystemAssigned,UserAssigned”包括隐式创建的标识和一组用户分配的标识。 类型“None”将删除任何标识。 “None”
“SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned”
userAssignedIdentities 与资源关联的用户标识列表。 用户标识字典密钥引用将是采用以下格式的 ARM 资源 ID:
“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。
此属性当前未使用,并保留以供将来使用。
IdentityInfoUserAssignedIdentities

IdentityInfoUserAssignedIdentities

名字 描述 价值

InboundIpRule

名字 描述 价值
行动 根据匹配项或 IpMask 的匹配项执行的操作。 “允许”
ipMask CIDR 表示法中的 IP 地址,例如 10.0.0.0/8。 字符串

Microsoft.EventGrid/namespaces

名字 描述 价值
身份 命名空间资源的标识信息。 IdentityInfo
位置 资源的位置。 string (必需)
名字 资源名称 字符串

约束:
最小长度 = 3
最大长度 = 3
模式 = ^[a-zA-Z0-9-]*$ (必需)
性能 命名空间资源的属性。 NamespaceProperties
sku 表示可用的 Sku 定价层。 NamespaceSku
标签 资源标记 标记名称和值的字典。
类型 资源类型 “Microsoft.EventGrid/namespaces@2023-12-15-preview”

NamespaceProperties

名字 描述 价值
inboundIpRules 这可用于限制来自特定 IP 而不是所有 IP 的流量。 注意:仅当启用了 PublicNetworkAccess 时,才会考虑这些内容。 InboundIpRule[]
isZoneRedundant 这是一个可选属性,它允许用户指定命名空间资源是否支持区域冗余功能。 如果为
属性未由用户显式指定,其默认值取决于以下条件:
一个。 对于已启用可用性区域的区域 - 默认属性值为 true。
b. 对于启用非可用性区域的区域 - 默认属性值为 false。
指定后,无法更新此属性。
bool
minimumTlsVersionAllowed 允许发布到此命名空间的发布服务器的最低 TLS 版本。 仅支持 TLS 版本 1.2。 '1.0'
'1.1'
'1.2'
privateEndpointConnections PrivateEndpointConnection[]
publicNetworkAccess 这决定了是否允许通过公用网络流量。 默认情况下,它处于启用状态。
可以通过配置 <seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceProperties.InboundIpRules” />
“Disabled”
“Enabled”
“SecuredByPerimeter”
topicsConfiguration 命名空间资源的主题配置信息 TopicsConfiguration
topicSpacesConfiguration 命名空间资源的主题空间配置信息 TopicSpacesConfiguration

NamespaceSku

名字 描述 价值
能力 指定定义命名空间容量的吞吐量单位数。 属性默认值为
1 表示 1 个吞吐量单位 = 1MB/s 入口,每个命名空间的出口量为 2MB/秒。 最小容量为 1 和
最大允许容量为 20。
int
名字 SKU 的名称。 “Standard”

PrivateEndpoint

名字 描述 价值
id 专用终结点的 ARM 标识符。 字符串

PrivateEndpointConnection

名字 描述 价值
性能 PrivateEndpointConnection 的属性。 PrivateEndpointConnectionProperties

PrivateEndpointConnectionProperties

名字 描述 价值
groupIds 专用链接服务资源的 GroupId。 string[]
privateEndpoint 此连接的专用终结点资源。 PrivateEndpoint
privateLinkServiceConnectionState 有关连接状态的详细信息。 ConnectionState
provisioningState 专用终结点连接的预配状态。 “Canceled”
“创建”
“删除”
“Failed”
“Succeeded”
“正在更新”

RoutingEnrichments

名字 描述 价值
动态 DynamicRoutingEnrichment[]
静态的 StaticRoutingEnrichment[]

RoutingIdentityInfo

名字 描述 价值
类型 “None”
“SystemAssigned”
“UserAssigned”
userAssignedIdentity 字符串

StaticRoutingEnrichment

名字 描述 价值
钥匙 静态路由扩充密钥。 字符串
valueType 设置为 StaticStringRoutingEnrichment类型的“字符串”。 “String”(必需)

StaticStringRoutingEnrichment

名字 描述 价值
价值 字符串类型路由扩充值。 字符串
valueType 静态路由扩充值类型。 例如,此属性值可以是“String”。 “String”(必需)

TopicsConfiguration

名字 描述 价值

TopicSpacesConfiguration

名字 描述 价值
clientAuthentication 主题空间配置的客户端身份验证设置。 ClientAuthenticationSettings
maximumClientSessionsPerAuthenticationName 每个身份验证名称的最大会话数。 属性默认值为 1。
允许的最小值为 1,允许的最大值为 100。
int
maximumSessionExpiryInHours 最大会话到期时间(以小时为单位)。 属性默认值为 1 小时。
允许的最小值为 1 小时,最大允许值为 8 小时。
int
routeTopicResourceId 事件网格主题的完全限定的 Azure 资源 ID,事件将路由到命名空间下的 TopicSpaces。
此属性应采用以下格式“/subscriptions/{subId}/resourcegroups/{resourceGroupName}/providers/microsoft”。EventGrid/topics/{topicName}'。
本主题应位于命名空间所在的同一区域。
字符串
routingEnrichments 主题空间配置的路由扩充 RoutingEnrichments
routingIdentityInfo 主题空间配置的路由标识信息。 RoutingIdentityInfo
指示是否为命名空间启用了主题空间配置。 默认值为 Disabled。 “Disabled”
“Enabled”

TrackedResourceTags

名字 描述 价值

UserIdentityProperties

名字 描述 价值
clientId 用户分配标识的客户端 ID。 字符串
principalId 用户分配标识的主体 ID。 字符串