你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.MobileNetwork packetCoreControlPlanes 2022-04-01-preview
Bicep 资源定义
可以使用目标操作部署 packetCoreControlPlanes 资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.MobileNetwork/packetCoreControlPlanes 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.MobileNetwork/packetCoreControlPlanes@2022-04-01-preview' = {
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
location: 'string'
name: 'string'
properties: {
controlPlaneAccessInterface: {
ipv4Address: 'string'
ipv4Gateway: 'string'
ipv4Subnet: 'string'
name: 'string'
}
coreNetworkTechnology: 'string'
interopSettings: any(Azure.Bicep.Types.Concrete.AnyType)
localDiagnosticsAccess: {
httpsServerCertificate: {
certificateUrl: 'string'
}
}
mobileNetwork: {
id: 'string'
}
platform: {
azureStackEdgeDevice: {
id: 'string'
}
connectedCluster: {
id: 'string'
}
customLocation: {
id: 'string'
}
type: 'string'
}
sku: 'string'
version: 'string'
}
tags: {
{customized property}: 'string'
}
}
属性值
AzureStackEdgeDeviceResourceId
名字 | 描述 | 价值 |
---|---|---|
id | Azure Stack Edge 设备资源 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]\.[dD][aA][tT][aA][bB][oO][xX][eE][dD][gG][eE]/[dD][aA][tT][aA][bB][oO][xX][eE][dD][gG][eE][dD][eE][vV][iI][cC][eE][sS]/[^/?#]+$ (必需) |
ConnectedClusterResourceId
名字 | 描述 | 价值 |
---|---|---|
id | Azure Arc 连接的群集资源 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]\.[kK][uU][bB][eE][rR][nN][eE][tT][eE][sS]/[cC][oO][nN][nN][eE][cC][tT][eE][dD][cC][lL][uU][sS][tT][eE][rR][sS]/[^/?#]+$ (必需) |
CustomLocationResourceId
名字 | 描述 | 价值 |
---|---|---|
id | Azure Arc 自定义位置资源 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]\.[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 设备上配置的接口之一匹配。 | 字符串 |
KeyVaultCertificate
名字 | 描述 | 价值 |
---|---|---|
certificateUrl | 证书 URL 不受版本化。 例如:https://contosovault.vault.azure.net/certificates/ingress。 | 字符串 |
LocalDiagnosticsAccessConfiguration
名字 | 描述 | 价值 |
---|---|---|
httpsServerCertificate | 用于保护对诊断的本地访问的 HTTPS 服务器 TLS 证书。 | KeyVaultCertificate |
ManagedServiceIdentity
名字 | 描述 | 价值 |
---|---|---|
类型 | 托管服务标识的类型(其中允许 SystemAssigned 和 UserAssigned 类型)。 | “None” “SystemAssigned” “SystemAssigned,UserAssigned” “UserAssigned”(必需) |
userAssignedIdentities | 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将为 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 字典值可以是请求中的空对象({})。 | UserAssignedIdentities |
Microsoft.MobileNetwork/packetCoreControlPlanes
名字 | 描述 | 价值 |
---|---|---|
身份 | 用于从 Azure 密钥保管库检索入口证书的标识。 | ManagedServiceIdentity |
位置 | 资源所在的地理位置 | string (必需) |
名字 | 资源名称 | 字符串 约束: 最大长度 = 64 模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必需) |
性能 | 数据包核心控制平面属性。 | PacketCoreControlPlanePropertiesFormat (必需) |
标签 | 资源标记 | 标记名称和值的字典。 请参阅模板 中的 |
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]/[^/?#]+$ (必需) |
PacketCoreControlPlanePropertiesFormat
名字 | 描述 | 价值 |
---|---|---|
controlPlaneAccessInterface | 访问网络上的控制平面接口。 对于 5G 网络,这是 N2 接口。 对于 4G 网络,这是 S1-MME 接口。 | InterfaceProperties (必需) |
coreNetworkTechnology | 核心网络技术生成(5G 核心或 EPC /4G 核心)。 | “5GC” “EPC” |
interopSettings | 用于允许与第三方组件(例如 RAN 和 UE)的互操作性的设置。 | 任何 |
localDiagnosticsAccess | Kubernetes 入口配置,用于通过本地 API 控制对数据包核心诊断的访问。 | LocalDiagnosticsAccessConfiguration |
mobileNetwork | 在其中部署此数据包核心控制平面的移动网络。 | MobileNetworkResourceId(必需) |
平台 | 部署数据包核心的平台。 | PlatformConfiguration |
sku | 定义此数据包核心控制平面部署的吞吐量和 SIM 限额的 SKU。 | “EdgeSite2 GBPS” “EdgeSite3 GBPS” “EdgeSite4 GBPS” “EvaluationPackage” “FlagshipStarterPackage” “LargePackage” “MediumPackage”(必需) |
版本 | 部署的数据包核心软件的版本。 | 字符串 |
PlatformConfiguration
名字 | 描述 | 价值 |
---|---|---|
azureStackEdgeDevice | 在其中部署数据包核心的 Azure Stack Edge 设备。 如果设备是容错对的一部分,则可以指定对中的任一设备。 | AzureStackEdgeDeviceResourceId |
connectedCluster | 部署数据包核心的 Azure Arc 连接的群集。 | ConnectedClusterResourceId |
customLocation | 部署数据包核心的 Azure Arc 自定义位置。 | CustomLocationResourceId |
类型 | 部署数据包核心的平台类型。 | “AKS-HCI” “BaseVM”(必需) |
TrackedResourceTags
名字 | 描述 | 价值 |
---|
UserAssignedIdentities
名字 | 描述 | 价值 |
---|
UserAssignedIdentity
名字 | 描述 | 价值 |
---|
快速入门示例
以下快速入门示例部署此资源类型。
Bicep 文件 | 描述 |
---|---|
创建完整的 5G 核心部署 | 此模板创建部署专用 5G 核心所需的所有资源,包括预配 sims 和创建示例 QoS 策略。 可以选择将其部署到在 Azure Stack Edge 设备上运行的 Kubernetes 群集。 |
创建新的移动网络站点 | 此模板创建一个包含关联的 5G 数据包核心资源的新站点。 可以选择将其部署到在 Azure Stack Edge 设备上运行的 Kubernetes 群集。 |
更新数据包核心控制平面 | 使用此模板可以更新现有数据包核心的版本。 |
ARM 模板资源定义
可以使用目标操作部署 packetCoreControlPlanes 资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.MobileNetwork/packetCoreControlPlanes 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.MobileNetwork/packetCoreControlPlanes",
"apiVersion": "2022-04-01-preview",
"name": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"location": "string",
"properties": {
"controlPlaneAccessInterface": {
"ipv4Address": "string",
"ipv4Gateway": "string",
"ipv4Subnet": "string",
"name": "string"
},
"coreNetworkTechnology": "string",
"interopSettings": {},
"localDiagnosticsAccess": {
"httpsServerCertificate": {
"certificateUrl": "string"
}
},
"mobileNetwork": {
"id": "string"
},
"platform": {
"azureStackEdgeDevice": {
"id": "string"
},
"connectedCluster": {
"id": "string"
},
"customLocation": {
"id": "string"
},
"type": "string"
},
"sku": "string",
"version": "string"
},
"tags": {
"{customized property}": "string"
}
}
属性值
AzureStackEdgeDeviceResourceId
名字 | 描述 | 价值 |
---|---|---|
id | Azure Stack Edge 设备资源 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]\.[dD][aA][tT][aA][bB][oO][xX][eE][dD][gG][eE]/[dD][aA][tT][aA][bB][oO][xX][eE][dD][gG][eE][dD][eE][vV][iI][cC][eE][sS]/[^/?#]+$ (必需) |
ConnectedClusterResourceId
名字 | 描述 | 价值 |
---|---|---|
id | Azure Arc 连接的群集资源 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]\.[kK][uU][bB][eE][rR][nN][eE][tT][eE][sS]/[cC][oO][nN][nN][eE][cC][tT][eE][dD][cC][lL][uU][sS][tT][eE][rR][sS]/[^/?#]+$ (必需) |
CustomLocationResourceId
名字 | 描述 | 价值 |
---|---|---|
id | Azure Arc 自定义位置资源 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]\.[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 设备上配置的接口之一匹配。 | 字符串 |
KeyVaultCertificate
名字 | 描述 | 价值 |
---|---|---|
certificateUrl | 证书 URL 不受版本化。 例如:https://contosovault.vault.azure.net/certificates/ingress。 | 字符串 |
LocalDiagnosticsAccessConfiguration
名字 | 描述 | 价值 |
---|---|---|
httpsServerCertificate | 用于保护对诊断的本地访问的 HTTPS 服务器 TLS 证书。 | KeyVaultCertificate |
ManagedServiceIdentity
名字 | 描述 | 价值 |
---|---|---|
类型 | 托管服务标识的类型(其中允许 SystemAssigned 和 UserAssigned 类型)。 | “None” “SystemAssigned” “SystemAssigned,UserAssigned” “UserAssigned”(必需) |
userAssignedIdentities | 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将为 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 字典值可以是请求中的空对象({})。 | UserAssignedIdentities |
Microsoft.MobileNetwork/packetCoreControlPlanes
名字 | 描述 | 价值 |
---|---|---|
apiVersion | API 版本 | '2022-04-01-preview' |
身份 | 用于从 Azure 密钥保管库检索入口证书的标识。 | ManagedServiceIdentity |
位置 | 资源所在的地理位置 | string (必需) |
名字 | 资源名称 | 字符串 约束: 最大长度 = 64 模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必需) |
性能 | 数据包核心控制平面属性。 | PacketCoreControlPlanePropertiesFormat (必需) |
标签 | 资源标记 | 标记名称和值的字典。 请参阅模板 中的 |
类型 | 资源类型 | “Microsoft.MobileNetwork/packetCoreControlPlanes” |
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]/[^/?#]+$ (必需) |
PacketCoreControlPlanePropertiesFormat
名字 | 描述 | 价值 |
---|---|---|
controlPlaneAccessInterface | 访问网络上的控制平面接口。 对于 5G 网络,这是 N2 接口。 对于 4G 网络,这是 S1-MME 接口。 | InterfaceProperties (必需) |
coreNetworkTechnology | 核心网络技术生成(5G 核心或 EPC /4G 核心)。 | “5GC” “EPC” |
interopSettings | 用于允许与第三方组件(例如 RAN 和 UE)的互操作性的设置。 | 任何 |
localDiagnosticsAccess | Kubernetes 入口配置,用于通过本地 API 控制对数据包核心诊断的访问。 | LocalDiagnosticsAccessConfiguration |
mobileNetwork | 在其中部署此数据包核心控制平面的移动网络。 | MobileNetworkResourceId(必需) |
平台 | 部署数据包核心的平台。 | PlatformConfiguration |
sku | 定义此数据包核心控制平面部署的吞吐量和 SIM 限额的 SKU。 | “EdgeSite2 GBPS” “EdgeSite3 GBPS” “EdgeSite4 GBPS” “EvaluationPackage” “FlagshipStarterPackage” “LargePackage” “MediumPackage”(必需) |
版本 | 部署的数据包核心软件的版本。 | 字符串 |
PlatformConfiguration
名字 | 描述 | 价值 |
---|---|---|
azureStackEdgeDevice | 在其中部署数据包核心的 Azure Stack Edge 设备。 如果设备是容错对的一部分,则可以指定对中的任一设备。 | AzureStackEdgeDeviceResourceId |
connectedCluster | 部署数据包核心的 Azure Arc 连接的群集。 | ConnectedClusterResourceId |
customLocation | 部署数据包核心的 Azure Arc 自定义位置。 | CustomLocationResourceId |
类型 | 部署数据包核心的平台类型。 | “AKS-HCI” “BaseVM”(必需) |
TrackedResourceTags
名字 | 描述 | 价值 |
---|
UserAssignedIdentities
名字 | 描述 | 价值 |
---|
UserAssignedIdentity
名字 | 描述 | 价值 |
---|
快速入门模板
以下快速入门模板部署此资源类型。
模板 | 描述 |
---|---|
创建完整的 5G 核心部署 |
此模板创建部署专用 5G 核心所需的所有资源,包括预配 sims 和创建示例 QoS 策略。 可以选择将其部署到在 Azure Stack Edge 设备上运行的 Kubernetes 群集。 |
创建新的移动网络站点 |
此模板创建一个包含关联的 5G 数据包核心资源的新站点。 可以选择将其部署到在 Azure Stack Edge 设备上运行的 Kubernetes 群集。 |
更新数据包核心控制平面 |
使用此模板可以更新现有数据包核心的版本。 |
Terraform (AzAPI 提供程序)资源定义
可以使用目标操作部署 packetCoreControlPlanes 资源类型:
- 资源组
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.MobileNetwork/packetCoreControlPlanes 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MobileNetwork/packetCoreControlPlanes@2022-04-01-preview"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
controlPlaneAccessInterface = {
ipv4Address = "string"
ipv4Gateway = "string"
ipv4Subnet = "string"
name = "string"
}
coreNetworkTechnology = "string"
interopSettings = ?
localDiagnosticsAccess = {
httpsServerCertificate = {
certificateUrl = "string"
}
}
mobileNetwork = {
id = "string"
}
platform = {
azureStackEdgeDevice = {
id = "string"
}
connectedCluster = {
id = "string"
}
customLocation = {
id = "string"
}
type = "string"
}
sku = "string"
version = "string"
}
})
}
属性值
AzureStackEdgeDeviceResourceId
名字 | 描述 | 价值 |
---|---|---|
id | Azure Stack Edge 设备资源 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]\.[dD][aA][tT][aA][bB][oO][xX][eE][dD][gG][eE]/[dD][aA][tT][aA][bB][oO][xX][eE][dD][gG][eE][dD][eE][vV][iI][cC][eE][sS]/[^/?#]+$ (必需) |
ConnectedClusterResourceId
名字 | 描述 | 价值 |
---|---|---|
id | Azure Arc 连接的群集资源 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]\.[kK][uU][bB][eE][rR][nN][eE][tT][eE][sS]/[cC][oO][nN][nN][eE][cC][tT][eE][dD][cC][lL][uU][sS][tT][eE][rR][sS]/[^/?#]+$ (必需) |
CustomLocationResourceId
名字 | 描述 | 价值 |
---|---|---|
id | Azure Arc 自定义位置资源 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]\.[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 设备上配置的接口之一匹配。 | 字符串 |
KeyVaultCertificate
名字 | 描述 | 价值 |
---|---|---|
certificateUrl | 证书 URL 不受版本化。 例如:https://contosovault.vault.azure.net/certificates/ingress。 | 字符串 |
LocalDiagnosticsAccessConfiguration
名字 | 描述 | 价值 |
---|---|---|
httpsServerCertificate | 用于保护对诊断的本地访问的 HTTPS 服务器 TLS 证书。 | KeyVaultCertificate |
ManagedServiceIdentity
名字 | 描述 | 价值 |
---|---|---|
类型 | 托管服务标识的类型(其中允许 SystemAssigned 和 UserAssigned 类型)。 | “None” “SystemAssigned” “SystemAssigned,UserAssigned” “UserAssigned”(必需) |
userAssignedIdentities | 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将为 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 字典值可以是请求中的空对象({})。 | UserAssignedIdentities |
Microsoft.MobileNetwork/packetCoreControlPlanes
名字 | 描述 | 价值 |
---|---|---|
身份 | 用于从 Azure 密钥保管库检索入口证书的标识。 | ManagedServiceIdentity |
位置 | 资源所在的地理位置 | string (必需) |
名字 | 资源名称 | 字符串 约束: 最大长度 = 64 模式 = ^[a-zA-Z0-9][a-zA-Z0-9_-]*$ (必需) |
性能 | 数据包核心控制平面属性。 | PacketCoreControlPlanePropertiesFormat (必需) |
标签 | 资源标记 | 标记名称和值的字典。 |
类型 | 资源类型 | “Microsoft.MobileNetwork/packetCoreControlPlanes@2022-04-01-preview” |
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]/[^/?#]+$ (必需) |
PacketCoreControlPlanePropertiesFormat
名字 | 描述 | 价值 |
---|---|---|
controlPlaneAccessInterface | 访问网络上的控制平面接口。 对于 5G 网络,这是 N2 接口。 对于 4G 网络,这是 S1-MME 接口。 | InterfaceProperties (必需) |
coreNetworkTechnology | 核心网络技术生成(5G 核心或 EPC /4G 核心)。 | “5GC” “EPC” |
interopSettings | 用于允许与第三方组件(例如 RAN 和 UE)的互操作性的设置。 | 任何 |
localDiagnosticsAccess | Kubernetes 入口配置,用于通过本地 API 控制对数据包核心诊断的访问。 | LocalDiagnosticsAccessConfiguration |
mobileNetwork | 在其中部署此数据包核心控制平面的移动网络。 | MobileNetworkResourceId(必需) |
平台 | 部署数据包核心的平台。 | PlatformConfiguration |
sku | 定义此数据包核心控制平面部署的吞吐量和 SIM 限额的 SKU。 | “EdgeSite2 GBPS” “EdgeSite3 GBPS” “EdgeSite4 GBPS” “EvaluationPackage” “FlagshipStarterPackage” “LargePackage” “MediumPackage”(必需) |
版本 | 部署的数据包核心软件的版本。 | 字符串 |
PlatformConfiguration
名字 | 描述 | 价值 |
---|---|---|
azureStackEdgeDevice | 在其中部署数据包核心的 Azure Stack Edge 设备。 如果设备是容错对的一部分,则可以指定对中的任一设备。 | AzureStackEdgeDeviceResourceId |
connectedCluster | 部署数据包核心的 Azure Arc 连接的群集。 | ConnectedClusterResourceId |
customLocation | 部署数据包核心的 Azure Arc 自定义位置。 | CustomLocationResourceId |
类型 | 部署数据包核心的平台类型。 | “AKS-HCI” “BaseVM”(必需) |
TrackedResourceTags
名字 | 描述 | 价值 |
---|
UserAssignedIdentities
名字 | 描述 | 价值 |
---|
UserAssignedIdentity
名字 | 描述 | 价值 |
---|