Network Profile Args
data class NetworkProfileArgs(val appNetworkResourceGroup: Output<String>? = null, val appSubnetId: 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
Properties
Link copied to clipboard
Name of the resource group containing network resources of Azure Spring Cloud Apps
Link copied to clipboard
Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps
Link copied to clipboard
Azure Spring Cloud service reserved CIDR
Link copied to clipboard
Name of the resource group containing network resources of Azure Spring Cloud Service Runtime
Link copied to clipboard
Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime