Cluster Resource Properties Args
data class ClusterResourcePropertiesArgs(val infraResourceGroup: Output<String>? = null, val managedEnvironmentId: Output<String>? = null, val marketplaceResource: Output<MarketplaceResourceArgs>? = null, val networkProfile: Output<NetworkProfileArgs>? = null, val vnetAddons: Output<ServiceVNetAddonsArgs>? = null, val zoneRedundant: Output<Boolean>? = null) : ConvertibleToJava<ClusterResourcePropertiesArgs>
Service properties payload
Constructors
Link copied to clipboard
constructor(infraResourceGroup: Output<String>? = null, managedEnvironmentId: Output<String>? = null, marketplaceResource: Output<MarketplaceResourceArgs>? = null, networkProfile: Output<NetworkProfileArgs>? = null, vnetAddons: Output<ServiceVNetAddonsArgs>? = null, zoneRedundant: Output<Boolean>? = null)
Properties
Link copied to clipboard
The name of the resource group that contains the infrastructure resources
Link copied to clipboard
The resource Id of the Managed Environment that the Spring Apps instance builds on
Link copied to clipboard
Purchasing 3rd party product of the Service resource.
Link copied to clipboard
Network profile of the Service
Link copied to clipboard
Additional Service settings in vnet injection instance
Link copied to clipboard