Compute Cluster Args
constructor(description: Output<String>? = null, identity: Output<ComputeClusterIdentityArgs>? = null, localAuthEnabled: Output<Boolean>? = null, location: Output<String>? = null, machineLearningWorkspaceId: Output<String>? = null, name: Output<String>? = null, nodePublicIpEnabled: Output<Boolean>? = null, scaleSettings: Output<ComputeClusterScaleSettingsArgs>? = null, ssh: Output<ComputeClusterSshArgs>? = null, sshPublicAccessEnabled: Output<Boolean>? = null, subnetResourceId: Output<String>? = null, tags: Output<Map<String, String>>? = null, vmPriority: Output<String>? = null, vmSize: Output<String>? = null)