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

Microsoft.MobileNetwork simGroups

Bicep 资源定义

可以使用目标操作部署 simGroups 资源类型:

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

资源格式

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

resource symbolicname 'Microsoft.MobileNetwork/simGroups@2024-04-01' = {
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {}
    }
  }
  location: 'string'
  name: 'string'
  properties: {
    encryptionKey: {
      keyUrl: 'string'
    }
    mobileNetwork: {
      id: 'string'
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

属性值

KeyVaultKey

名字 描述 价值
keyUrl 密钥 URL(未反转)。 例如:https://contosovault.vault.azure.net/keys/azureKey 字符串

ManagedServiceIdentity

名字 描述 价值
类型 托管服务标识的类型(目前只允许 UserAssigned)。 “None”
“UserAssigned”(必需)
userAssignedIdentities 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将为 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 字典值可以是请求中的空对象({})。 UserAssignedIdentities

Microsoft.MobileNetwork/simGroups

名字 描述 价值
身份 用于从 Azure 密钥保管库检索加密密钥的标识。 ManagedServiceIdentity
位置 资源所在的地理位置 string (必需)
名字 资源名称 字符串

约束:
最大长度 =
模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必需)
性能 SIM 组属性。 SimGroupPropertiesFormat (必需)
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记

MobileNetworkResourceId

名字 描述 价值
id 移动网络资源 ID。 字符串

约束:
模式 = ^/[sS][uU][bB][sS][cC][rR][iI][pP][tT][iI][oO][nN][sS]/[^/?#]+/[rR][eE][sS][oO][uU][rR][cC][eE][gG][rR][oO][uU][pP][sS]/[^/?#]+/[pP][rR][oO][vV][iI][dD][eE][rR][sS]/[mM][iI][cC][rR][oO][sS][oO][fF][tT]\.[mM][oO][bB][iI][lL][eE][nN][eE][tT][wW][oO][rR][kK]/[mM][oO][bB][iI][lL][eE][nN][eE][tT][wW][oO][rR][kK][sS]/[^/?#]+$ (必需)

SimGroupPropertiesFormat

名字 描述 价值
encryptionKey 用于加密属于此 SIM 组的 SIM 数据密钥。 KeyVaultKey
mobileNetwork 此 SIM 组所属的移动网络。 移动网络必须与 SIM 卡组位于同一位置。 MobileNetworkResourceId

TrackedResourceTags

名字 描述 价值

UserAssignedIdentities

名字 描述 价值

UserAssignedIdentity

名字 描述 价值

快速入门示例

以下快速入门示例部署此资源类型。

Bicep 文件 描述
创建完整的 5G 核心部署 此模板创建部署专用 5G 核心所需的所有资源,包括预配 sims 和创建示例 QoS 策略。 可以选择将其部署到在 Azure Stack Edge 设备上运行的 Kubernetes 群集。
预配代理 SIM 此模板将 SIM 组和 SIM 卡添加到现有移动网络,并预配 SIM 卡。

ARM 模板资源定义

可以使用目标操作部署 simGroups 资源类型:

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

资源格式

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

{
  "type": "Microsoft.MobileNetwork/simGroups",
  "apiVersion": "2024-04-01",
  "name": "string",
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {
      }
    }
  },
  "location": "string",
  "properties": {
    "encryptionKey": {
      "keyUrl": "string"
    },
    "mobileNetwork": {
      "id": "string"
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

属性值

KeyVaultKey

名字 描述 价值
keyUrl 密钥 URL(未反转)。 例如:https://contosovault.vault.azure.net/keys/azureKey 字符串

ManagedServiceIdentity

名字 描述 价值
类型 托管服务标识的类型(目前只允许 UserAssigned)。 “None”
“UserAssigned”(必需)
userAssignedIdentities 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将为 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 字典值可以是请求中的空对象({})。 UserAssignedIdentities

Microsoft.MobileNetwork/simGroups

名字 描述 价值
apiVersion API 版本 '2024-04-01'
身份 用于从 Azure 密钥保管库检索加密密钥的标识。 ManagedServiceIdentity
位置 资源所在的地理位置 string (必需)
名字 资源名称 字符串

约束:
最大长度 =
模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必需)
性能 SIM 组属性。 SimGroupPropertiesFormat (必需)
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
类型 资源类型 “Microsoft.MobileNetwork/simGroups”

MobileNetworkResourceId

名字 描述 价值
id 移动网络资源 ID。 字符串

约束:
模式 = ^/[sS][uU][bB][sS][cC][rR][iI][pP][tT][iI][oO][nN][sS]/[^/?#]+/[rR][eE][sS][oO][uU][rR][cC][eE][gG][rR][oO][uU][pP][sS]/[^/?#]+/[pP][rR][oO][vV][iI][dD][eE][rR][sS]/[mM][iI][cC][rR][oO][sS][oO][fF][tT]\.[mM][oO][bB][iI][lL][eE][nN][eE][tT][wW][oO][rR][kK]/[mM][oO][bB][iI][lL][eE][nN][eE][tT][wW][oO][rR][kK][sS]/[^/?#]+$ (必需)

SimGroupPropertiesFormat

名字 描述 价值
encryptionKey 用于加密属于此 SIM 组的 SIM 数据密钥。 KeyVaultKey
mobileNetwork 此 SIM 组所属的移动网络。 移动网络必须与 SIM 卡组位于同一位置。 MobileNetworkResourceId

TrackedResourceTags

名字 描述 价值

UserAssignedIdentities

名字 描述 价值

UserAssignedIdentity

名字 描述 价值

快速入门模板

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

模板 描述
创建完整的 5G 核心部署

部署到 Azure
此模板创建部署专用 5G 核心所需的所有资源,包括预配 sims 和创建示例 QoS 策略。 可以选择将其部署到在 Azure Stack Edge 设备上运行的 Kubernetes 群集。
预配代理 SIM

部署到 Azure
此模板将 SIM 组和 SIM 卡添加到现有移动网络,并预配 SIM 卡。

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

可以使用目标操作部署 simGroups 资源类型:

  • 资源组

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

资源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MobileNetwork/simGroups@2024-04-01"
  name = "string"
  identity = {
    type = "string"
    userAssignedIdentities = {
      {customized property} = {
      }
    }
  }
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      encryptionKey = {
        keyUrl = "string"
      }
      mobileNetwork = {
        id = "string"
      }
    }
  })
}

属性值

KeyVaultKey

名字 描述 价值
keyUrl 密钥 URL(未反转)。 例如:https://contosovault.vault.azure.net/keys/azureKey 字符串

ManagedServiceIdentity

名字 描述 价值
类型 托管服务标识的类型(目前只允许 UserAssigned)。 “None”
“UserAssigned”(必需)
userAssignedIdentities 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将为 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 字典值可以是请求中的空对象({})。 UserAssignedIdentities

Microsoft.MobileNetwork/simGroups

名字 描述 价值
身份 用于从 Azure 密钥保管库检索加密密钥的标识。 ManagedServiceIdentity
位置 资源所在的地理位置 string (必需)
名字 资源名称 字符串

约束:
最大长度 =
模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必需)
性能 SIM 组属性。 SimGroupPropertiesFormat (必需)
标签 资源标记 标记名称和值的字典。
类型 资源类型 “Microsoft.MobileNetwork/simGroups@2024-04-01”

MobileNetworkResourceId

名字 描述 价值
id 移动网络资源 ID。 字符串

约束:
模式 = ^/[sS][uU][bB][sS][cC][rR][iI][pP][tT][iI][oO][nN][sS]/[^/?#]+/[rR][eE][sS][oO][uU][rR][cC][eE][gG][rR][oO][uU][pP][sS]/[^/?#]+/[pP][rR][oO][vV][iI][dD][eE][rR][sS]/[mM][iI][cC][rR][oO][sS][oO][fF][tT]\.[mM][oO][bB][iI][lL][eE][nN][eE][tT][wW][oO][rR][kK]/[mM][oO][bB][iI][lL][eE][nN][eE][tT][wW][oO][rR][kK][sS]/[^/?#]+$ (必需)

SimGroupPropertiesFormat

名字 描述 价值
encryptionKey 用于加密属于此 SIM 组的 SIM 数据密钥。 KeyVaultKey
mobileNetwork 此 SIM 组所属的移动网络。 移动网络必须与 SIM 卡组位于同一位置。 MobileNetworkResourceId

TrackedResourceTags

名字 描述 价值

UserAssignedIdentities

名字 描述 价值

UserAssignedIdentity

名字 描述 价值