Interface BatchAIFileServer

All Superinterfaces:
HasId, HasInner<com.microsoft.azure.management.batchai.implementation.FileServerInner>, HasManager<com.microsoft.azure.management.batchai.implementation.BatchAIManager>, HasName, Indexable, Refreshable<BatchAIFileServer>

@Beta(V1_6_0) public interface BatchAIFileServer extends HasInner<com.microsoft.azure.management.batchai.implementation.FileServerInner>, Indexable, HasId, HasName, HasManager<com.microsoft.azure.management.batchai.implementation.BatchAIManager>, Refreshable<BatchAIFileServer>
Entry point for Batch AI file server management API in Azure.
  • Method Details

    • vmSize

      String vmSize()
      Returns:
      the size of the virtual machine of the File Server. For information about available VM sizes for File Server from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux).
    • sshConfiguration

      SshConfiguration sshConfiguration()
      Returns:
      SSH settings for the File Server
    • dataDisks

      DataDisks dataDisks()
      Returns:
      settings for the data disk which would be created for the File Server
    • subnet

      ResourceId subnet()
      Returns:
      the identifier of the subnet
    • mountSettings

      MountSettings mountSettings()
      Returns:
      details of the File Server
    • provisioningStateTransitionTime

      org.joda.time.DateTime provisioningStateTransitionTime()
      Returns:
      time when the status was changed
    • creationTime

      org.joda.time.DateTime creationTime()
      Returns:
      time when the FileServer was created
    • provisioningState

      FileServerProvisioningState provisioningState()
      Returns:
      the provisioning state of the File Server
    • workspace

      BatchAIWorkspace workspace()
      Returns:
      workspace this fileserver belongs to