共用方式為


Microsoft.MobileNetwork simGroups 2022-04-01-preview

Bicep 資源定義

simGroups 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.MobileNetwork/simGroups 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.MobileNetwork/simGroups@2022-04-01-preview' = {
  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

名字 描述 價值
類型 受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned' (必要)
userAssignedIdentities 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件({})。 UserAssignedIdentities

Microsoft.MobileNetwork/simGroups

名字 描述 價值
身份 用來從 Azure 金鑰保存庫擷取加密密鑰的身分識別。 ManagedServiceIdentity
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最大長度 =
模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必要)
性能 SIM 群組屬性。 SimGroupPropertiesFormat (必要)
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

MobileNetworkResourceId

名字 描述 價值
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 卡所屬的行動網路 MobileNetworkResourceId

TrackedResourceTags

名字 描述 價值

UserAssignedIdentities

名字 描述 價值

UserAssignedIdentity

名字 描述 價值

快速入門範例

下列快速入門範例會部署此資源類型。

Bicep 檔案 描述
建立完整的 5G 核心部署 此範本會建立部署私人 5G 核心所需的所有資源,包括布建 sim 卡和建立範例 QoS 原則。 您可以選擇性地部署到在 Azure Stack Edge 裝置上執行的 Kubernetes 叢集。
布建 Proxy SIM 此範本會將 SIM 群組和 SIM 卡新增至現有的行動網路,並布建 SIM 卡。

ARM 樣本資源定義

simGroups 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.MobileNetwork/simGroups 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.MobileNetwork/simGroups",
  "apiVersion": "2022-04-01-preview",
  "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

名字 描述 價值
類型 受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned' (必要)
userAssignedIdentities 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件({})。 UserAssignedIdentities

Microsoft.MobileNetwork/simGroups

名字 描述 價值
apiVersion API 版本 '2022-04-01-preview'
身份 用來從 Azure 金鑰保存庫擷取加密密鑰的身分識別。 ManagedServiceIdentity
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最大長度 =
模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必要)
性能 SIM 群組屬性。 SimGroupPropertiesFormat (必要)
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.MobileNetwork/simGroups'

MobileNetworkResourceId

名字 描述 價值
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 卡所屬的行動網路 MobileNetworkResourceId

TrackedResourceTags

名字 描述 價值

UserAssignedIdentities

名字 描述 價值

UserAssignedIdentity

名字 描述 價值

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
建立完整的 5G 核心部署

部署至 Azure
此範本會建立部署私人 5G 核心所需的所有資源,包括布建 sim 卡和建立範例 QoS 原則。 您可以選擇性地部署到在 Azure Stack Edge 裝置上執行的 Kubernetes 叢集。
布建 Proxy SIM

部署至 Azure
此範本會將 SIM 群組和 SIM 卡新增至現有的行動網路,並布建 SIM 卡。

Terraform (AzAPI 提供者) 資源定義

simGroups 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.MobileNetwork/simGroups 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MobileNetwork/simGroups@2022-04-01-preview"
  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

名字 描述 價值
類型 受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned' (必要)
userAssignedIdentities 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件({})。 UserAssignedIdentities

Microsoft.MobileNetwork/simGroups

名字 描述 價值
身份 用來從 Azure 金鑰保存庫擷取加密密鑰的身分識別。 ManagedServiceIdentity
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最大長度 =
模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必要)
性能 SIM 群組屬性。 SimGroupPropertiesFormat (必要)
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.MobileNetwork/simGroups@2022-04-01-preview”

MobileNetworkResourceId

名字 描述 價值
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 卡所屬的行動網路 MobileNetworkResourceId

TrackedResourceTags

名字 描述 價值

UserAssignedIdentities

名字 描述 價值

UserAssignedIdentity

名字 描述 價值