FileServerCreateParameters Class

File Server creation parameters.

Inheritance
FileServerCreateParameters

Constructor

FileServerCreateParameters(*, vm_size: Optional[str] = None, ssh_configuration: Optional[azure.mgmt.batchai.models._models_py3.SshConfiguration] = None, data_disks: Optional[azure.mgmt.batchai.models._models_py3.DataDisks] = None, subnet: Optional[azure.mgmt.batchai.models._models_py3.ResourceId] = None, **kwargs)

Parameters

vm_size
str
Required

The size of the virtual machine for the File Server. For information about available VM sizes from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux).

ssh_configuration
<xref:batch_ai.models.SshConfiguration>
Required

SSH configuration for the File Server node.

data_disks
<xref:batch_ai.models.DataDisks>
Required

Settings for the data disks which will be created for the File Server.

subnet
<xref:batch_ai.models.ResourceId>
Required

Identifier of an existing virtual network subnet to put the File Server in. If not provided, a new virtual network and subnet will be created.