共用方式為


Microsoft.MobileNetwork packetCoreControlPlanes 2022-03-01-preview

Bicep 資源定義

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

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

資源格式

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

resource symbolicname 'Microsoft.MobileNetwork/packetCoreControlPlanes@2022-03-01-preview' = {
  location: 'string'
  name: 'string'
  properties: {
    controlPlaneAccessInterface: {
      ipv4Address: 'string'
      ipv4Gateway: 'string'
      ipv4Subnet: 'string'
      name: 'string'
    }
    coreNetworkTechnology: 'string'
    customLocation: {
      id: 'string'
    }
    mobileNetwork: {
      id: 'string'
    }
    version: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

CustomLocationResourceId

名字 描述 價值
id Azure ARC 自定義位置資源標識碼。 字串

約束:
模式 = ^/[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]\.[eE][xX][tT][eE][nN][dD][eE][dD][lL][oO][cC][aA][tT][iI][oO][nN]/[cC][uU][sS][tT][oO][mM][lL][oO][cC][aA][tT][iI][oO][nN][sS]/[^/?#]+$ (必要)

InterfaceProperties

名字 描述 價值
ipv4Address IPv4 位址。 字串

約束:
Pattern = ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$
ipv4Gateway 預設 IPv4 閘道(路由器)。 字串

約束:
Pattern = ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$
ipv4Subnet IPv4 子網。 字串

約束:
Pattern = ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(\/([0-9]|[1-2][0-9]|3[0-2]))$
名字 這個介面的邏輯名稱。 這應該符合您在 Azure Stack Edge 計算機上設定的其中一個介面。 字串 (必要)

Microsoft.MobileNetwork/packetCoreControlPlanes

名字 描述 價值
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最大長度 =
模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必要)
性能 封包核心控制平面屬性。 PacketCoreControlPlanePropertiesFormat (必要)
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

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]/[^/?#]+$ (必要)

PacketCoreControlPlanePropertiesFormat

名字 描述 價值
controlPlaneAccessInterface 存取網路上的控制平面介面。 在 5G 網路中,這稱為 N2 介面,而在 4G 網路中,這稱為 S1-MME 介面。 InterfaceProperties (必要)
coreNetworkTechnology 核心網路技術產生。 '5GC'
'EPC'
customLocation 部署封包核心的 Azure ARC 自定義位置。 CustomLocationResourceId
mobileNetwork 此封包核心控制平面所屬的行動網路 MobileNetworkResourceId (必要)
版本 已部署的封包核心軟體版本。 字串

TrackedResourceTags

名字 描述 價值

快速入門範例

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

Bicep 檔案 描述
建立完整的 5G 核心部署 此範本會建立部署私人 5G 核心所需的所有資源,包括布建 sim 卡和建立範例 QoS 原則。 您可以選擇性地部署到在 Azure Stack Edge 裝置上執行的 Kubernetes 叢集。
建立新的行動網站 此範本會建立具有相關聯 5G 封包核心資源的新網站。 您可以選擇性地部署到在 Azure Stack Edge 裝置上執行的 Kubernetes 叢集。
更新封包核心控制平面 此範本可讓您更新現有封包核心的版本。

ARM 樣本資源定義

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

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

資源格式

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

{
  "type": "Microsoft.MobileNetwork/packetCoreControlPlanes",
  "apiVersion": "2022-03-01-preview",
  "name": "string",
  "location": "string",
  "properties": {
    "controlPlaneAccessInterface": {
      "ipv4Address": "string",
      "ipv4Gateway": "string",
      "ipv4Subnet": "string",
      "name": "string"
    },
    "coreNetworkTechnology": "string",
    "customLocation": {
      "id": "string"
    },
    "mobileNetwork": {
      "id": "string"
    },
    "version": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

CustomLocationResourceId

名字 描述 價值
id Azure ARC 自定義位置資源標識碼。 字串

約束:
模式 = ^/[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]\.[eE][xX][tT][eE][nN][dD][eE][dD][lL][oO][cC][aA][tT][iI][oO][nN]/[cC][uU][sS][tT][oO][mM][lL][oO][cC][aA][tT][iI][oO][nN][sS]/[^/?#]+$ (必要)

InterfaceProperties

名字 描述 價值
ipv4Address IPv4 位址。 字串

約束:
Pattern = ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$
ipv4Gateway 預設 IPv4 閘道(路由器)。 字串

約束:
Pattern = ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$
ipv4Subnet IPv4 子網。 字串

約束:
Pattern = ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(\/([0-9]|[1-2][0-9]|3[0-2]))$
名字 這個介面的邏輯名稱。 這應該符合您在 Azure Stack Edge 計算機上設定的其中一個介面。 字串 (必要)

Microsoft.MobileNetwork/packetCoreControlPlanes

名字 描述 價值
apiVersion API 版本 '2022-03-01-preview'
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最大長度 =
模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必要)
性能 封包核心控制平面屬性。 PacketCoreControlPlanePropertiesFormat (必要)
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.MobileNetwork/packetCoreControlPlanes'

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]/[^/?#]+$ (必要)

PacketCoreControlPlanePropertiesFormat

名字 描述 價值
controlPlaneAccessInterface 存取網路上的控制平面介面。 在 5G 網路中,這稱為 N2 介面,而在 4G 網路中,這稱為 S1-MME 介面。 InterfaceProperties (必要)
coreNetworkTechnology 核心網路技術產生。 '5GC'
'EPC'
customLocation 部署封包核心的 Azure ARC 自定義位置。 CustomLocationResourceId
mobileNetwork 此封包核心控制平面所屬的行動網路 MobileNetworkResourceId (必要)
版本 已部署的封包核心軟體版本。 字串

TrackedResourceTags

名字 描述 價值

快速入門範本

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

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

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

部署至 Azure
此範本會建立具有相關聯 5G 封包核心資源的新網站。 您可以選擇性地部署到在 Azure Stack Edge 裝置上執行的 Kubernetes 叢集。
更新封包核心控制平面

部署至 Azure
此範本可讓您更新現有封包核心的版本。

Terraform (AzAPI 提供者) 資源定義

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

  • 資源群組

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

資源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MobileNetwork/packetCoreControlPlanes@2022-03-01-preview"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      controlPlaneAccessInterface = {
        ipv4Address = "string"
        ipv4Gateway = "string"
        ipv4Subnet = "string"
        name = "string"
      }
      coreNetworkTechnology = "string"
      customLocation = {
        id = "string"
      }
      mobileNetwork = {
        id = "string"
      }
      version = "string"
    }
  })
}

屬性值

CustomLocationResourceId

名字 描述 價值
id Azure ARC 自定義位置資源標識碼。 字串

約束:
模式 = ^/[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]\.[eE][xX][tT][eE][nN][dD][eE][dD][lL][oO][cC][aA][tT][iI][oO][nN]/[cC][uU][sS][tT][oO][mM][lL][oO][cC][aA][tT][iI][oO][nN][sS]/[^/?#]+$ (必要)

InterfaceProperties

名字 描述 價值
ipv4Address IPv4 位址。 字串

約束:
Pattern = ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$
ipv4Gateway 預設 IPv4 閘道(路由器)。 字串

約束:
Pattern = ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$
ipv4Subnet IPv4 子網。 字串

約束:
Pattern = ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(\/([0-9]|[1-2][0-9]|3[0-2]))$
名字 這個介面的邏輯名稱。 這應該符合您在 Azure Stack Edge 計算機上設定的其中一個介面。 字串 (必要)

Microsoft.MobileNetwork/packetCoreControlPlanes

名字 描述 價值
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最大長度 =
模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必要)
性能 封包核心控制平面屬性。 PacketCoreControlPlanePropertiesFormat (必要)
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.MobileNetwork/packetCoreControlPlanes@2022-03-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]/[^/?#]+$ (必要)

PacketCoreControlPlanePropertiesFormat

名字 描述 價值
controlPlaneAccessInterface 存取網路上的控制平面介面。 在 5G 網路中,這稱為 N2 介面,而在 4G 網路中,這稱為 S1-MME 介面。 InterfaceProperties (必要)
coreNetworkTechnology 核心網路技術產生。 '5GC'
'EPC'
customLocation 部署封包核心的 Azure ARC 自定義位置。 CustomLocationResourceId
mobileNetwork 此封包核心控制平面所屬的行動網路 MobileNetworkResourceId (必要)
版本 已部署的封包核心軟體版本。 字串

TrackedResourceTags

名字 描述 價值