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
fun ClusterResourcePropertiesArgs(infraResourceGroup: Output<String>? = null, managedEnvironmentId: Output<String>? = null, marketplaceResource: Output<MarketplaceResourceArgs>? = null, networkProfile: Output<NetworkProfileArgs>? = null, vnetAddons: Output<ServiceVNetAddonsArgs>? = null, zoneRedundant: Output<Boolean>? = null)