AmlComputePropertiesResponse

data class AmlComputePropertiesResponse(val allocationState: String, val allocationStateTransitionTime: String, val currentNodeCount: Int, val enableNodePublicIp: Boolean? = null, val errors: List<ErrorResponseResponse>, val isolatedNetwork: Boolean? = null, val nodeStateCounts: NodeStateCountsResponse, val osType: String? = null, val propertyBag: Any? = null, val remoteLoginPortPublicAccess: String? = null, val scaleSettings: ScaleSettingsResponse? = null, val subnet: ResourceIdResponse? = null, val targetNodeCount: Int, val userAccountCredentials: UserAccountCredentialsResponse? = null, val virtualMachineImage: VirtualMachineImageResponse? = null, val vmPriority: String? = null, val vmSize: String? = null)

AML Compute properties

Constructors

Link copied to clipboard
constructor(allocationState: String, allocationStateTransitionTime: String, currentNodeCount: Int, enableNodePublicIp: Boolean? = null, errors: List<ErrorResponseResponse>, isolatedNetwork: Boolean? = null, nodeStateCounts: NodeStateCountsResponse, osType: String? = null, propertyBag: Any? = null, remoteLoginPortPublicAccess: String? = null, scaleSettings: ScaleSettingsResponse? = null, subnet: ResourceIdResponse? = null, targetNodeCount: Int, userAccountCredentials: UserAccountCredentialsResponse? = null, virtualMachineImage: VirtualMachineImageResponse? = null, vmPriority: String? = null, vmSize: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute.

Link copied to clipboard

The time at which the compute entered its current allocation state.

Link copied to clipboard

The number of compute nodes currently assigned to the compute.

Link copied to clipboard

Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.

Link copied to clipboard

Collection of errors encountered by various compute nodes during node setup.

Link copied to clipboard

Network is isolated or not

Link copied to clipboard

Counts of various node states on the compute.

Link copied to clipboard
val osType: String? = null

Compute OS Type

Link copied to clipboard
val propertyBag: Any? = null

A property bag containing additional properties.

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

Scale settings for AML Compute

Link copied to clipboard

Virtual network subnet resource ID the compute nodes belong to.

Link copied to clipboard

The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the target node count for the previous resize operation.

Link copied to clipboard

Credentials for an administrator user account that will be created on each compute node.

Link copied to clipboard

Virtual Machine image for AML Compute - windows only

Link copied to clipboard
val vmPriority: String? = null

Virtual Machine priority

Link copied to clipboard
val vmSize: String? = null

Virtual Machine Size