NetworkProfile interface
Service network profile payload
Properties
app |
Name of the resource group containing network resources for customer apps in Azure Spring Apps |
app |
Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps |
ingress |
Ingress configuration payload for Azure Spring Apps resource. |
outbound |
Desired outbound IP resources for Azure Spring Apps resource. NOTE: This property will not be serialized. It can only be populated by the server. |
outbound |
The egress traffic type of Azure Spring Apps VNet instances. |
required |
Required inbound or outbound traffics for Azure Spring Apps resource. NOTE: This property will not be serialized. It can only be populated by the server. |
service |
Azure Spring Apps service reserved CIDR |
service |
Name of the resource group containing network resources of Azure Spring Apps Service Runtime |
service |
Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime |
Property Details
appNetworkResourceGroup
Name of the resource group containing network resources for customer apps in Azure Spring Apps
appNetworkResourceGroup?: string
Property Value
string
appSubnetId
Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps
appSubnetId?: string
Property Value
string
ingressConfig
Ingress configuration payload for Azure Spring Apps resource.
ingressConfig?: IngressConfig
Property Value
outboundIPs
Desired outbound IP resources for Azure Spring Apps resource. NOTE: This property will not be serialized. It can only be populated by the server.
outboundIPs?: NetworkProfileOutboundIPs
Property Value
outboundType
The egress traffic type of Azure Spring Apps VNet instances.
outboundType?: string
Property Value
string
requiredTraffics
Required inbound or outbound traffics for Azure Spring Apps resource. NOTE: This property will not be serialized. It can only be populated by the server.
requiredTraffics?: RequiredTraffic[]
Property Value
serviceCidr
Azure Spring Apps service reserved CIDR
serviceCidr?: string
Property Value
string
serviceRuntimeNetworkResourceGroup
Name of the resource group containing network resources of Azure Spring Apps Service Runtime
serviceRuntimeNetworkResourceGroup?: string
Property Value
string
serviceRuntimeSubnetId
Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime
serviceRuntimeSubnetId?: string
Property Value
string