FileServerCreateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FileServerCreateParameters() |
Initializes a new instance of the FileServerCreateParameters class. |
FileServerCreateParameters(String, SshConfiguration, DataDisks, ResourceId) |
Initializes a new instance of the FileServerCreateParameters class. |
FileServerCreateParameters()
Initializes a new instance of the FileServerCreateParameters class.
public FileServerCreateParameters ();
Public Sub New ()
Applies to
FileServerCreateParameters(String, SshConfiguration, DataDisks, ResourceId)
Initializes a new instance of the FileServerCreateParameters class.
public FileServerCreateParameters (string vmSize, Microsoft.Azure.Management.BatchAI.Models.SshConfiguration sshConfiguration, Microsoft.Azure.Management.BatchAI.Models.DataDisks dataDisks, Microsoft.Azure.Management.BatchAI.Models.ResourceId subnet = default);
new Microsoft.Azure.Management.BatchAI.Models.FileServerCreateParameters : string * Microsoft.Azure.Management.BatchAI.Models.SshConfiguration * Microsoft.Azure.Management.BatchAI.Models.DataDisks * Microsoft.Azure.Management.BatchAI.Models.ResourceId -> Microsoft.Azure.Management.BatchAI.Models.FileServerCreateParameters
Public Sub New (vmSize As String, sshConfiguration As SshConfiguration, dataDisks As DataDisks, Optional subnet As ResourceId = Nothing)
Parameters
- vmSize
- String
VM size.
- sshConfiguration
- SshConfiguration
SSH configuration.
- dataDisks
- DataDisks
Data disks.
- subnet
- ResourceId
Subnet identifier.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET