AzureClusterControlPlaneArgs

constructor(databaseEncryption: Output<AzureClusterControlPlaneDatabaseEncryptionArgs>? = null, mainVolume: Output<AzureClusterControlPlaneMainVolumeArgs>? = null, proxyConfig: Output<AzureClusterControlPlaneProxyConfigArgs>? = null, replicaPlacements: Output<List<AzureClusterControlPlaneReplicaPlacementArgs>>? = null, rootVolume: Output<AzureClusterControlPlaneRootVolumeArgs>? = null, sshConfig: Output<AzureClusterControlPlaneSshConfigArgs>, subnetId: Output<String>, tags: Output<Map<String, String>>? = null, version: Output<String>, vmSize: Output<String>? = null)