PSCifsMountConfiguration(String, String, String, String, String) Constructor
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.
public PSCifsMountConfiguration (string username, string password, string source, string relativeMountPath, string mountOptions = default);
new Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration : string * string * string * string * string -> Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration
Public Sub New (username As String, password As String, source As String, relativeMountPath As String, Optional mountOptions As String = Nothing)
Parameters
- username
- String
- password
- String
- source
- String
- relativeMountPath
- String
- mountOptions
- String