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

Microsoft.NotificationHubs 命名空间 2016-03-01

Bicep 资源定义

可以使用面向以下操作部署命名空间资源类型:

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

资源格式

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

resource symbolicname 'Microsoft.NotificationHubs/namespaces@2016-03-01' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  sku: {
    capacity: int
    family: 'string'
    name: 'string'
    size: 'string'
    tier: 'string'
  }
  properties: {
    createdAt: 'string'
    critical: bool
    enabled: bool
    name: 'string'
    namespaceType: 'string'
    provisioningState: 'string'
    region: 'string'
    scaleUnit: 'string'
    serviceBusEndpoint: 'string'
    status: 'string'
    subscriptionId: 'string'
  }
}

属性值

namespaces

名称 说明
name 资源名称 字符串 (必需)

字符限制:6-50

有效字符:
字母数字和连字符

以字母开头。 以字母数字结尾。

资源名称在 Azure 中必须是唯一的。
location 资源位置 字符串 (必需)
标记 资源标记 标记名称和值的字典。 请参阅 模板中的标记
sku 创建的命名空间的 SKU Sku
properties 命名空间的属性。 NamespaceProperties

NamespaceProperties

名称 说明
createdAt 创建命名空间的时间。 字符串
严重 命名空间是否设置为“严重”。 bool
enabled 命名空间当前是否已启用。 bool
name 命名空间的名称。 字符串
namespaceType 命名空间类型。 “Messaging”
“NotificationHub”
provisioningState 命名空间的预配状态。 字符串
region 指定应在其中创建命名空间的目标区域。 它可以是以下任何值:澳大利亚东部、澳大利亚东南部、美国中部、美国东部、美国东部 2、美国西部、美国中北部、美国中南部、东亚、东南亚、巴西南部、日本东部、日本西部、北欧、西欧 字符串
scaleUnit 创建命名空间的 ScaleUnit 字符串
serviceBusEndpoint 可用于执行 NotificationHub 操作的终结点。 字符串
status 命名空间的状态。 它可以是以下任何值:1 = Created/Active2 = Creating3 = Suspended4 = 正在删除 字符串
subscriptionId 与命名空间关联的 Azure 订阅的 ID。 字符串

SKU

名称 说明
容量 资源的容量 int
family SKU 系列 字符串
name 通知中心 SKU 的名称 'Basic'
“免费”
需要“标准” ()
大小 SKU 大小 字符串
特定 SKU 的层 字符串

快速入门模板

以下快速入门模板部署此资源类型。

模板 说明
创建 Azure 通知中心

部署到 Azure
创建最初由 John Downs 创作的 Azure 通知中心模板。
使用SQL 数据库预配移动应用

部署到 Azure
此模板预配移动应用、SQL 数据库和通知中心。 它在移动应用中为数据库和通知中心配置连接字符串。

ARM 模板资源定义

命名空间资源类型可以使用面向以下对象的操作进行部署:

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

资源格式

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

{
  "type": "Microsoft.NotificationHubs/namespaces",
  "apiVersion": "2016-03-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "sku": {
    "capacity": "int",
    "family": "string",
    "name": "string",
    "size": "string",
    "tier": "string"
  },
  "properties": {
    "createdAt": "string",
    "critical": "bool",
    "enabled": "bool",
    "name": "string",
    "namespaceType": "string",
    "provisioningState": "string",
    "region": "string",
    "scaleUnit": "string",
    "serviceBusEndpoint": "string",
    "status": "string",
    "subscriptionId": "string"
  }
}

属性值

namespaces

名称 说明 Value
type 资源类型 “Microsoft.NotificationHubs/namespaces”
apiVersion 资源 API 版本 '2016-03-01'
name 资源名称 字符串 (必需)

字符限制:6-50

有效字符:
字母数字和连字符

以字母开头。 以字母数字结尾。

资源名称在 Azure 中必须是唯一的。
location 资源位置 字符串 (必需)
标记 资源标记 标记名称和值的字典。 请参阅 模板中的标记
sku 创建的命名空间的 SKU Sku
properties 命名空间的属性。 NamespaceProperties

NamespaceProperties

名称 说明
createdAt 命名空间的创建时间。 字符串
严重 命名空间是否设置为“严重”。 bool
enabled 命名空间当前是否已启用。 bool
name 命名空间的名称。 字符串
namespaceType 命名空间类型。 “消息传送”
“NotificationHub”
provisioningState 命名空间的预配状态。 字符串
region 指定应在其中创建命名空间的目标区域。 可以是以下任何值:澳大利亚东部、澳大利亚东南部、美国中部、美国东部、美国东部 2、美国西部、美国中北部、美国中南部、东亚、东南亚、巴西南部、日本东部、日本西部、北欧、西欧 字符串
scaleUnit 创建命名空间的 ScaleUnit 字符串
serviceBusEndpoint 可用于执行 NotificationHub 操作的终结点。 字符串
status 命名空间的状态。 可以是以下任何值:1 = Created/Active2 = Create3 = Suspended4 = 正在删除 字符串
subscriptionId 与命名空间关联的 Azure 订阅的 ID。 字符串

SKU

名称 说明
容量 资源的容量 int
family SKU 系列 字符串
name 通知中心 SKU 的名称 “Basic”
“免费”
“标准” (必需)
大小 SKU 大小 字符串
特定 SKU 的层 字符串

快速入门模板

以下快速入门模板部署此资源类型。

模板 说明
创建 Azure 通知中心

部署到 Azure
创建最初由 John Downs 创作的 Azure 通知中心模板。
使用SQL 数据库预配移动应用

部署到 Azure
此模板预配移动应用、SQL 数据库和通知中心。 它在移动应用中为数据库和通知中心配置连接字符串。

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

命名空间资源类型可以使用面向以下对象的操作进行部署:

  • 资源组

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

资源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.NotificationHubs/namespaces@2016-03-01"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      createdAt = "string"
      critical = bool
      enabled = bool
      name = "string"
      namespaceType = "string"
      provisioningState = "string"
      region = "string"
      scaleUnit = "string"
      serviceBusEndpoint = "string"
      status = "string"
      subscriptionId = "string"
    }
    sku = {
      capacity = int
      family = "string"
      name = "string"
      size = "string"
      tier = "string"
    }
  })
}

属性值

namespaces

名称 说明 Value
type 资源类型 “Microsoft.NotificationHubs/namespaces@2016-03-01”
name 资源名称 字符串 (必需)

字符限制:6-50

有效字符:
字母数字和连字符

以字母开头。 以字母数字结尾。

资源名称在 Azure 中必须是唯一的。
location 资源位置 字符串 (必需)
parent_id 若要部署到资源组,请使用该资源组的 ID。 字符串 (必需)
标记 资源标记 标记名称和值的字典。
sku 创建的命名空间的 SKU Sku
properties 命名空间的属性。 NamespaceProperties

NamespaceProperties

名称 说明
createdAt 命名空间的创建时间。 字符串
严重 命名空间是否设置为“严重”。 bool
enabled 命名空间当前是否已启用。 bool
name 命名空间的名称。 字符串
namespaceType 命名空间类型。 “消息传送”
“NotificationHub”
provisioningState 命名空间的预配状态。 字符串
region 指定应在其中创建命名空间的目标区域。 可以是以下任何值:澳大利亚东部、澳大利亚东南部、美国中部、美国东部、美国东部 2、美国西部、美国中北部、美国中南部、东亚、东南亚、巴西南部、日本东部、日本西部、北欧、西欧 字符串
scaleUnit 创建命名空间的 ScaleUnit 字符串
serviceBusEndpoint 可用于执行 NotificationHub 操作的终结点。 字符串
status 命名空间的状态。 可以是以下任何值:1 = Created/Active2 = Create3 = Suspended4 = 正在删除 字符串
subscriptionId 与命名空间关联的 Azure 订阅的 ID。 字符串

SKU

名称 说明
容量 资源的容量 int
family SKU 系列 字符串
name 通知中心 SKU 的名称 "Basic"
"Free"
“标准” (必需)
大小 SKU 大小 字符串
特定 SKU 的层 字符串