Environment Args
fun EnvironmentArgs(containerImage: Output<ContainerImageArgs>? = null, description: Output<String>? = null, displayName: Output<String>? = null, environmentId: Output<String>? = null, location: Output<String>? = null, postStartupScript: Output<String>? = null, project: Output<String>? = null, vmImage: Output<VmImageArgs>? = null)