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.ProxyResourceFileServer
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
- ssh_configuration
- <xref:batch_ai.models.SshConfiguration>
SSH configuration for accessing the File Server node.
- data_disks
- <xref:batch_ai.models.DataDisks>
Information about disks attached to File Server VM.
- subnet
- <xref:batch_ai.models.ResourceId>
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".
Feedback
Submit and view feedback for