NetworkProfile interface

Service network profile payload

Properties

appNetworkResourceGroup

Name of the resource group containing network resources for customer apps in Azure Spring Apps

appSubnetId

Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps

ingressConfig

Ingress configuration payload for Azure Spring Apps resource.

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.

outboundType

The egress traffic type of Azure Spring Apps VNet instances.

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.

serviceCidr

Azure Spring Apps service reserved CIDR

serviceRuntimeNetworkResourceGroup

Name of the resource group containing network resources of Azure Spring Apps Service Runtime

serviceRuntimeSubnetId

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