Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClusterCreateParameters

Package version

interface

An interface representing ClusterCreateParameters. Cluster creation operation.

Hierarchy

  • ClusterCreateParameters

Index

Properties

Optional nodeSetup

nodeSetup: NodeSetup
member

{NodeSetup} [nodeSetup] Node setup. Setup to be performed on each compute node in the cluster.

Optional scaleSettings

scaleSettings: ScaleSettings
member

{ScaleSettings} [scaleSettings] Scale settings. Scale settings for the cluster. Batch AI service supports manual and auto scale clusters.

Optional subnet

subnet: ResourceId
member

{ResourceId} [subnet] Subnet. Existing virtual network subnet to put the cluster nodes in. Note, if a File Server mount configured in node setup, the File Server's subnet will be used automatically.

userAccountSettings

userAccountSettings: UserAccountSettings
member

{UserAccountSettings} userAccountSettings User account settings. Settings for an administrator user account that will be created on each compute node in the cluster.

Optional virtualMachineConfiguration

virtualMachineConfiguration: VirtualMachineConfiguration
member

{VirtualMachineConfiguration} [virtualMachineConfiguration] VM configuration. OS image configuration for cluster nodes. All nodes in a cluster have the same OS image.

Optional vmPriority

vmPriority: VmPriority
member

{VmPriority} [vmPriority] VM priority. VM priority. Allowed values are: dedicated (default) and lowpriority. Possible values include: 'dedicated', 'lowpriority'. Default value: 'dedicated' .

vmSize

vmSize: string
member

{string} vmSize VM size. The size of the virtual machines in the cluster. All nodes in a cluster have the same VM size. For information about available VM sizes for clusters using images from the Virtual Machines Marketplace see Sizes for Virtual Machines (Linux). Batch AI service supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).

Generated using TypeDoc