Aml Compute Properties Args
data class AmlComputePropertiesArgs(val enableNodePublicIp: Output<Boolean>? = null, val isolatedNetwork: Output<Boolean>? = null, val osType: Output<Either<String, OsType>>? = null, val remoteLoginPortPublicAccess: Output<Either<String, RemoteLoginPortPublicAccess>>? = null, val scaleSettings: Output<ScaleSettingsArgs>? = null, val subnet: Output<ResourceIdArgs>? = null, val userAccountCredentials: Output<UserAccountCredentialsArgs>? = null, val virtualMachineImage: Output<VirtualMachineImageArgs>? = null, val vmPriority: Output<Either<String, VmPriority>>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<AmlComputePropertiesArgs>
AML Compute properties
Constructors
Link copied to clipboard
fun AmlComputePropertiesArgs(enableNodePublicIp: Output<Boolean>? = null, isolatedNetwork: Output<Boolean>? = null, osType: Output<Either<String, OsType>>? = null, remoteLoginPortPublicAccess: Output<Either<String, RemoteLoginPortPublicAccess>>? = null, scaleSettings: Output<ScaleSettingsArgs>? = null, subnet: Output<ResourceIdArgs>? = null, userAccountCredentials: Output<UserAccountCredentialsArgs>? = null, virtualMachineImage: Output<VirtualMachineImageArgs>? = null, vmPriority: Output<Either<String, VmPriority>>? = null, vmSize: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled.
Link copied to clipboard
Link copied to clipboard