NetworkProfile interface
服务网络配置文件有效负载
属性
| app |
包含 Azure Spring Apps 中客户应用的网络资源的资源组的名称 |
| app |
在 Azure Spring Apps 中托管客户应用的子网的完全限定资源 ID |
| ingress |
Azure Spring Apps 资源的入口配置有效负载。 |
| outbound |
Azure Spring Apps 资源的所需出站 IP 资源。 注意:此属性不会序列化。 它只能由服务器填充。 |
| outbound |
Azure Spring Apps VNet 实例的出口流量类型。 |
| required |
Azure Spring Apps 资源所需的入站或出站流量。 注意:此属性不会序列化。 它只能由服务器填充。 |
| service |
Azure Spring Apps 服务保留 CIDR |
| service |
包含 Azure Spring Apps 服务运行时网络资源的资源组的名称 |
| service |
要托管 Azure Spring Apps 服务运行时的子网的完全限定资源 ID |
属性详细信息
appNetworkResourceGroup
包含 Azure Spring Apps 中客户应用的网络资源的资源组的名称
appNetworkResourceGroup?: string
属性值
string
appSubnetId
在 Azure Spring Apps 中托管客户应用的子网的完全限定资源 ID
appSubnetId?: string
属性值
string
ingressConfig
outboundIPs
Azure Spring Apps 资源的所需出站 IP 资源。 注意:此属性不会序列化。 它只能由服务器填充。
outboundIPs?: NetworkProfileOutboundIPs
属性值
outboundType
Azure Spring Apps VNet 实例的出口流量类型。
outboundType?: string
属性值
string
requiredTraffics
Azure Spring Apps 资源所需的入站或出站流量。 注意:此属性不会序列化。 它只能由服务器填充。
requiredTraffics?: RequiredTraffic[]
属性值
serviceCidr
Azure Spring Apps 服务保留 CIDR
serviceCidr?: string
属性值
string
serviceRuntimeNetworkResourceGroup
包含 Azure Spring Apps 服务运行时网络资源的资源组的名称
serviceRuntimeNetworkResourceGroup?: string
属性值
string
serviceRuntimeSubnetId
要托管 Azure Spring Apps 服务运行时的子网的完全限定资源 ID
serviceRuntimeSubnetId?: string
属性值
string