Network Profile Args
data class NetworkProfileArgs(val appNetworkResourceGroup: Output<String>? = null, val appSubnetId: Output<String>? = null, val ingressConfig: Output<IngressConfigArgs>? = null, val outboundType: Output<String>? = null, val serviceCidr: Output<String>? = null, val serviceRuntimeNetworkResourceGroup: Output<String>? = null, val serviceRuntimeSubnetId: Output<String>? = null) : ConvertibleToJava<NetworkProfileArgs>
Service network profile payload
Constructors
Link copied to clipboard
constructor(appNetworkResourceGroup: Output<String>? = null, appSubnetId: Output<String>? = null, ingressConfig: Output<IngressConfigArgs>? = null, outboundType: Output<String>? = null, serviceCidr: Output<String>? = null, serviceRuntimeNetworkResourceGroup: Output<String>? = null, serviceRuntimeSubnetId: Output<String>? = null)
Properties
Link copied to clipboard
Name of the resource group containing network resources for customer apps in Azure Spring Apps
Link copied to clipboard
Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps
Link copied to clipboard
Ingress configuration payload for Azure Spring Apps resource.
Link copied to clipboard
The egress traffic type of Azure Spring Apps VNet instances.
Link copied to clipboard
Azure Spring Apps service reserved CIDR
Link copied to clipboard
Name of the resource group containing network resources of Azure Spring Apps Service Runtime
Link copied to clipboard
Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime