FileServer Class

File Server information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.batchai.models._models_py3.ProxyResource
FileServer

Constructor

FileServer(*, 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

VM size of the File Server.

ssh_configuration
<xref:batch_ai.models.SshConfiguration>
Required

SSH configuration for accessing the File Server node.

data_disks
<xref:batch_ai.models.DataDisks>
Required

Information about disks attached to File Server VM.

subnet
<xref:batch_ai.models.ResourceId>
Required

File Server virtual network subnet resource ID.

Variables

id
str

The ID of the resource.

name
str

The name of the resource.

type
str

The type of the resource.

mount_settings
<xref:batch_ai.models.MountSettings>

File Server mount settings.

provisioning_state_transition_time
datetime

Time when the provisioning state was changed.

creation_time
datetime

Time when the FileServer was created.

provisioning_state
str or <xref:batch_ai.models.FileServerProvisioningState>

Provisioning state of the File Server. Possible values: creating - The File Server is getting created; updating - The File Server creation has been accepted and it is getting updated; deleting - The user has requested that the File Server be deleted, and it is in the process of being deleted; failed - The File Server creation has failed with the specified error code. Details about the error code are specified in the message field; succeeded - The File Server creation has succeeded. Possible values include: "creating", "updating", "deleting", "succeeded", "failed".