FileServerReference 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
FileServerReference() |
Initializes a new instance of the FileServerReference class. |
FileServerReference(ResourceId, String, String, String) |
Initializes a new instance of the FileServerReference class. |
FileServerReference()
Initializes a new instance of the FileServerReference class.
public FileServerReference ();
Public Sub New ()
Applies to
FileServerReference(ResourceId, String, String, String)
Initializes a new instance of the FileServerReference class.
public FileServerReference (Microsoft.Azure.Management.BatchAI.Models.ResourceId fileServer, string relativeMountPath, string sourceDirectory = default, string mountOptions = default);
new Microsoft.Azure.Management.BatchAI.Models.FileServerReference : Microsoft.Azure.Management.BatchAI.Models.ResourceId * string * string * string -> Microsoft.Azure.Management.BatchAI.Models.FileServerReference
Public Sub New (fileServer As ResourceId, relativeMountPath As String, Optional sourceDirectory As String = Nothing, Optional mountOptions As String = Nothing)
Parameters
- fileServer
- ResourceId
File server.
- relativeMountPath
- String
Relative mount path.
- sourceDirectory
- String
Source directory.
- mountOptions
- String
Mount options.
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