Class FileServerCreateParameters
java.lang.Object
com.microsoft.azure.management.batchai.FileServerCreateParameters
File Server creation parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet settings for the data disks which will be created for the File Server.Get sSH configuration for the File Server node.subnet()
Get identifier of an existing virtual network subnet to put the File Server in.vmSize()
Get the size of the virtual machine for the File Server.withDataDisks
(DataDisks dataDisks) Set settings for the data disks which will be created for the File Server.withSshConfiguration
(SshConfiguration sshConfiguration) Set sSH configuration for the File Server node.withSubnet
(ResourceId subnet) Set identifier of an existing virtual network subnet to put the File Server in.withVmSize
(String vmSize) Set the size of the virtual machine for the File Server.
-
Constructor Details
-
FileServerCreateParameters
public FileServerCreateParameters()
-
-
Method Details
-
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
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
Get sSH configuration for the File Server node.- Returns:
- the sshConfiguration value
-
withSshConfiguration
Set sSH configuration for the File Server node.- Parameters:
sshConfiguration
- the sshConfiguration value to set- Returns:
- the FileServerCreateParameters object itself.
-
dataDisks
Get settings for the data disks which will be created for the File Server.- Returns:
- the dataDisks value
-
withDataDisks
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
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
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.
-