CifsUser 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
| Name | Description |
|---|---|
| CifsUser() |
Initializes a new instance of the CifsUser class. |
| CifsUser(String) |
Initializes a new instance of the CifsUser class. |
CifsUser()
Initializes a new instance of the CifsUser class.
public CifsUser();
Public Sub New ()
Applies to
CifsUser(String)
Initializes a new instance of the CifsUser class.
public CifsUser(string username = default);
new Microsoft.Azure.Management.NetApp.Models.CifsUser : string -> Microsoft.Azure.Management.NetApp.Models.CifsUser
Public Sub New (Optional username As String = Nothing)
Parameters
- username
- String
The CIFS user's username