Class FileServerCreateParameters

java.lang.Object
com.microsoft.azure.management.batchai.FileServerCreateParameters

public class FileServerCreateParameters extends Object
File Server creation parameters.
  • Constructor Details

    • FileServerCreateParameters

      public FileServerCreateParameters()
  • Method Details

    • vmSize

      public String vmSize()
      Get 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).
      Returns:
      the vmSize value
    • withVmSize

      public FileServerCreateParameters withVmSize(String vmSize)
      Set 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).
      Parameters:
      vmSize - the vmSize value to set
      Returns:
      the FileServerCreateParameters object itself.
    • sshConfiguration

      public SshConfiguration sshConfiguration()
      Get sSH configuration for the File Server node.
      Returns:
      the sshConfiguration value
    • withSshConfiguration

      public FileServerCreateParameters withSshConfiguration(SshConfiguration sshConfiguration)
      Set sSH configuration for the File Server node.
      Parameters:
      sshConfiguration - the sshConfiguration value to set
      Returns:
      the FileServerCreateParameters object itself.
    • dataDisks

      public DataDisks dataDisks()
      Get settings for the data disks which will be created for the File Server.
      Returns:
      the dataDisks value
    • withDataDisks

      public FileServerCreateParameters withDataDisks(DataDisks dataDisks)
      Set settings for the data disks which will be created for the File Server.
      Parameters:
      dataDisks - the dataDisks value to set
      Returns:
      the FileServerCreateParameters object itself.
    • subnet

      public ResourceId subnet()
      Get 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.
      Returns:
      the subnet value
    • withSubnet

      public FileServerCreateParameters withSubnet(ResourceId subnet)
      Set 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.
      Parameters:
      subnet - the subnet value to set
      Returns:
      the FileServerCreateParameters object itself.