Microsoft.MobileNetwork simGroups/sims 2024-02-01
Bicep 資源定義
simGroups/sims 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MobileNetwork/simGroups/sims 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.MobileNetwork/simGroups/sims@2024-02-01' = {
parent: resourceSymbolicName
name: 'string'
properties: {
authenticationKey: 'string'
deviceType: 'string'
integratedCircuitCardIdentifier: 'string'
internationalMobileSubscriberIdentity: 'string'
operatorKeyCode: 'string'
simPolicy: {
id: 'string'
}
staticIpConfiguration: [
{
attachedDataNetwork: {
id: 'string'
}
slice: {
id: 'string'
}
staticIp: {
ipv4Address: 'string'
}
}
]
}
}
屬性值
AttachedDataNetworkResourceId
名字 | 描述 | 價值 |
---|---|---|
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]/[pP][aA][cC][kK][eE][tT][cC][oO][rR][eE][cC][oO][nN][tT][rR][oO][lL][pP][lL][aA][nN][eE][sS]/[^/?#]+/[pP][aA][cC][kK][eE][tT][cC][oO][rR][eE][dD][aA][tT][aA][pP][lL][aA][nN][eE][sS]/[^/?#]+/[aA][tT][tT][aA][cC][hH][eE][dD][dD][aA][tT][aA][nN][eE][tT][wW][oO][rR][kK][sS]/[^/?#]+$ (必要) |
Microsoft.MobileNetwork/simGroups/sims
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 約束: 最大長度 = 模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型資源的符號名稱:simGroups |
性能 | SIM 屬性。 | SimPropertiesFormat (必要) |
SimPolicyResourceId
名字 | 描述 | 價值 |
---|---|---|
id | SIM 原則資源識別碼。 | 字串 約束: 模式 = ^/[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]/[^/?#]+/[sS][iI][mM][pP][oO][lL][iI][cC][iI][eE][sS]/[^/?#]+$ (必要) |
SimPropertiesFormat
名字 | 描述 | 價值 |
---|---|---|
authenticationKey | SIM 的 Ki 值。 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 Pattern = ^[0-9a-fA-F]{32}$ |
deviceType | 選擇性自由格式文字欄位,可用來錄製此 SIM 卡與裝置類型相關聯的裝置類型,例如「視訊相機」。 Azure 入口網站允許根據此值來分組和篩選 SIM。 | 字串 |
integratedCircuitCardIdentifier | SIM 卡的積體電路卡標識碼(ICCID)。 | 字串 約束: Pattern = ^[0-9]{10,20}$ |
internationalMobileSubscriberIdentity | SIM 卡的國際行動使用者身分識別(IMSI)。 | 字串 約束: 模式 = ^[0-9]{5,15}$ (必要) |
operatorKeyCode | SIM 卡的 Opc 值。 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 Pattern = ^[0-9a-fA-F]{32}$ |
simPolicy | 此 SIM 卡所使用的 SIM 卡原則。 SIM 原則必須與 SIM 卡位於相同的位置。 | SimPolicyResourceId |
staticIpConfiguration | 指派給此 SIM 卡的靜態 IP 位址清單。 每個地址都會在定義的網路範圍指派,由 {attached data network, slice} 組成。 | SimStaticIpProperties[] |
SimStaticIpProperties
名字 | 描述 | 價值 |
---|---|---|
attachedDataNetwork | 將使用靜態IP位址的附加資料網路。 附加數據網路和配量的組合會定義IP位址的網路範圍。 連接的數據網路必須與 SIM 卡位於相同的位置。 | AttachedDataNetworkResourceId |
片 | 將使用靜態IP位址的網路配量。 附加數據網路和配量的組合會定義IP位址的網路範圍。 配量必須與 SIM 卡位於相同的位置。 | SliceResourceId |
staticIp | 要用於定義網路範圍的 SIM 卡靜態 IP 組態。 | SimStaticIpPropertiesStaticIp |
SimStaticIpPropertiesStaticIp
名字 | 描述 | 價值 |
---|---|---|
ipv4Address | 在此網路範圍指派給 SIM 卡的 IPv4 位址。 此位址必須位於附加數據網路中定義的userEquipmentStaticAddressPoolPrefix 中。 | 字串 約束: 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])$ |
SliceResourceId
名字 | 描述 | 價值 |
---|---|---|
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]/[^/?#]+/[sS][lL][iI][cC][eE][sS]/[^/?#]+$ (必要) |
快速入門範例
下列快速入門範例會部署此資源類型。
Bicep 檔案 | 描述 |
---|---|
建立完整的 5G 核心部署 | 此範本會建立部署私人 5G 核心所需的所有資源,包括布建 sim 卡和建立範例 QoS 原則。 您可以選擇性地部署到在 Azure Stack Edge 裝置上執行的 Kubernetes 叢集。 |
布建 Proxy SIM | 此範本會將 SIM 群組和 SIM 卡新增至現有的行動網路,並布建 SIM 卡。 |
ARM 樣本資源定義
simGroups/sims 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MobileNetwork/simGroups/sims 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.MobileNetwork/simGroups/sims",
"apiVersion": "2024-02-01",
"name": "string",
"properties": {
"authenticationKey": "string",
"deviceType": "string",
"integratedCircuitCardIdentifier": "string",
"internationalMobileSubscriberIdentity": "string",
"operatorKeyCode": "string",
"simPolicy": {
"id": "string"
},
"staticIpConfiguration": [
{
"attachedDataNetwork": {
"id": "string"
},
"slice": {
"id": "string"
},
"staticIp": {
"ipv4Address": "string"
}
}
]
}
}
屬性值
AttachedDataNetworkResourceId
名字 | 描述 | 價值 |
---|---|---|
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]/[pP][aA][cC][kK][eE][tT][cC][oO][rR][eE][cC][oO][nN][tT][rR][oO][lL][pP][lL][aA][nN][eE][sS]/[^/?#]+/[pP][aA][cC][kK][eE][tT][cC][oO][rR][eE][dD][aA][tT][aA][pP][lL][aA][nN][eE][sS]/[^/?#]+/[aA][tT][tT][aA][cC][hH][eE][dD][dD][aA][tT][aA][nN][eE][tT][wW][oO][rR][kK][sS]/[^/?#]+$ (必要) |
Microsoft.MobileNetwork/simGroups/sims
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2024-02-01' |
名字 | 資源名稱 | 字串 約束: 最大長度 = 模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必要) |
性能 | SIM 屬性。 | SimPropertiesFormat (必要) |
類型 | 資源類型 | 'Microsoft.MobileNetwork/simGroups/sims' |
SimPolicyResourceId
名字 | 描述 | 價值 |
---|---|---|
id | SIM 原則資源識別碼。 | 字串 約束: 模式 = ^/[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]/[^/?#]+/[sS][iI][mM][pP][oO][lL][iI][cC][iI][eE][sS]/[^/?#]+$ (必要) |
SimPropertiesFormat
名字 | 描述 | 價值 |
---|---|---|
authenticationKey | SIM 的 Ki 值。 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 Pattern = ^[0-9a-fA-F]{32}$ |
deviceType | 選擇性自由格式文字欄位,可用來錄製此 SIM 卡與裝置類型相關聯的裝置類型,例如「視訊相機」。 Azure 入口網站允許根據此值來分組和篩選 SIM。 | 字串 |
integratedCircuitCardIdentifier | SIM 卡的積體電路卡標識碼(ICCID)。 | 字串 約束: Pattern = ^[0-9]{10,20}$ |
internationalMobileSubscriberIdentity | SIM 卡的國際行動使用者身分識別(IMSI)。 | 字串 約束: 模式 = ^[0-9]{5,15}$ (必要) |
operatorKeyCode | SIM 卡的 Opc 值。 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 Pattern = ^[0-9a-fA-F]{32}$ |
simPolicy | 此 SIM 卡所使用的 SIM 卡原則。 SIM 原則必須與 SIM 卡位於相同的位置。 | SimPolicyResourceId |
staticIpConfiguration | 指派給此 SIM 卡的靜態 IP 位址清單。 每個地址都會在定義的網路範圍指派,由 {attached data network, slice} 組成。 | SimStaticIpProperties[] |
SimStaticIpProperties
名字 | 描述 | 價值 |
---|---|---|
attachedDataNetwork | 將使用靜態IP位址的附加資料網路。 附加數據網路和配量的組合會定義IP位址的網路範圍。 連接的數據網路必須與 SIM 卡位於相同的位置。 | AttachedDataNetworkResourceId |
片 | 將使用靜態IP位址的網路配量。 附加數據網路和配量的組合會定義IP位址的網路範圍。 配量必須與 SIM 卡位於相同的位置。 | SliceResourceId |
staticIp | 要用於定義網路範圍的 SIM 卡靜態 IP 組態。 | SimStaticIpPropertiesStaticIp |
SimStaticIpPropertiesStaticIp
名字 | 描述 | 價值 |
---|---|---|
ipv4Address | 在此網路範圍指派給 SIM 卡的 IPv4 位址。 此位址必須位於附加數據網路中定義的userEquipmentStaticAddressPoolPrefix 中。 | 字串 約束: 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])$ |
SliceResourceId
名字 | 描述 | 價值 |
---|---|---|
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]/[^/?#]+/[sS][lL][iI][cC][eE][sS]/[^/?#]+$ (必要) |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
建立完整的 5G 核心部署 |
此範本會建立部署私人 5G 核心所需的所有資源,包括布建 sim 卡和建立範例 QoS 原則。 您可以選擇性地部署到在 Azure Stack Edge 裝置上執行的 Kubernetes 叢集。 |
布建 Proxy SIM |
此範本會將 SIM 群組和 SIM 卡新增至現有的行動網路,並布建 SIM 卡。 |
Terraform (AzAPI 提供者) 資源定義
simGroups/sims 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MobileNetwork/simGroups/sims 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MobileNetwork/simGroups/sims@2024-02-01"
name = "string"
body = jsonencode({
properties = {
authenticationKey = "string"
deviceType = "string"
integratedCircuitCardIdentifier = "string"
internationalMobileSubscriberIdentity = "string"
operatorKeyCode = "string"
simPolicy = {
id = "string"
}
staticIpConfiguration = [
{
attachedDataNetwork = {
id = "string"
}
slice = {
id = "string"
}
staticIp = {
ipv4Address = "string"
}
}
]
}
})
}
屬性值
AttachedDataNetworkResourceId
名字 | 描述 | 價值 |
---|---|---|
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]/[pP][aA][cC][kK][eE][tT][cC][oO][rR][eE][cC][oO][nN][tT][rR][oO][lL][pP][lL][aA][nN][eE][sS]/[^/?#]+/[pP][aA][cC][kK][eE][tT][cC][oO][rR][eE][dD][aA][tT][aA][pP][lL][aA][nN][eE][sS]/[^/?#]+/[aA][tT][tT][aA][cC][hH][eE][dD][dD][aA][tT][aA][nN][eE][tT][wW][oO][rR][kK][sS]/[^/?#]+$ (必要) |
Microsoft.MobileNetwork/simGroups/sims
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 約束: 最大長度 = 模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:simGroups |
性能 | SIM 屬性。 | SimPropertiesFormat (必要) |
類型 | 資源類型 | “Microsoft.MobileNetwork/simGroups/sims@2024-02-01” |
SimPolicyResourceId
名字 | 描述 | 價值 |
---|---|---|
id | SIM 原則資源識別碼。 | 字串 約束: 模式 = ^/[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]/[^/?#]+/[sS][iI][mM][pP][oO][lL][iI][cC][iI][eE][sS]/[^/?#]+$ (必要) |
SimPropertiesFormat
名字 | 描述 | 價值 |
---|---|---|
authenticationKey | SIM 的 Ki 值。 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 Pattern = ^[0-9a-fA-F]{32}$ |
deviceType | 選擇性自由格式文字欄位,可用來錄製此 SIM 卡與裝置類型相關聯的裝置類型,例如「視訊相機」。 Azure 入口網站允許根據此值來分組和篩選 SIM。 | 字串 |
integratedCircuitCardIdentifier | SIM 卡的積體電路卡標識碼(ICCID)。 | 字串 約束: Pattern = ^[0-9]{10,20}$ |
internationalMobileSubscriberIdentity | SIM 卡的國際行動使用者身分識別(IMSI)。 | 字串 約束: 模式 = ^[0-9]{5,15}$ (必要) |
operatorKeyCode | SIM 卡的 Opc 值。 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 Pattern = ^[0-9a-fA-F]{32}$ |
simPolicy | 此 SIM 卡所使用的 SIM 卡原則。 SIM 原則必須與 SIM 卡位於相同的位置。 | SimPolicyResourceId |
staticIpConfiguration | 指派給此 SIM 卡的靜態 IP 位址清單。 每個地址都會在定義的網路範圍指派,由 {attached data network, slice} 組成。 | SimStaticIpProperties[] |
SimStaticIpProperties
名字 | 描述 | 價值 |
---|---|---|
attachedDataNetwork | 將使用靜態IP位址的附加資料網路。 附加數據網路和配量的組合會定義IP位址的網路範圍。 連接的數據網路必須與 SIM 卡位於相同的位置。 | AttachedDataNetworkResourceId |
片 | 將使用靜態IP位址的網路配量。 附加數據網路和配量的組合會定義IP位址的網路範圍。 配量必須與 SIM 卡位於相同的位置。 | SliceResourceId |
staticIp | 要用於定義網路範圍的 SIM 卡靜態 IP 組態。 | SimStaticIpPropertiesStaticIp |
SimStaticIpPropertiesStaticIp
名字 | 描述 | 價值 |
---|---|---|
ipv4Address | 在此網路範圍指派給 SIM 卡的 IPv4 位址。 此位址必須位於附加數據網路中定義的userEquipmentStaticAddressPoolPrefix 中。 | 字串 約束: 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])$ |
SliceResourceId
名字 | 描述 | 價值 |
---|---|---|
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]/[^/?#]+/[sS][lL][iI][cC][eE][sS]/[^/?#]+$ (必要) |