FileSystemUser 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 |
|---|---|
| FileSystemUser() |
Initializes a new instance of the FileSystemUser class. |
| FileSystemUser(NfsUser, CifsUser) |
Initializes a new instance of the FileSystemUser class. |
FileSystemUser()
Initializes a new instance of the FileSystemUser class.
public FileSystemUser();
Public Sub New ()
Applies to
FileSystemUser(NfsUser, CifsUser)
Initializes a new instance of the FileSystemUser class.
public FileSystemUser(Microsoft.Azure.Management.NetApp.Models.NfsUser nfsUser = default, Microsoft.Azure.Management.NetApp.Models.CifsUser cifsUser = default);
new Microsoft.Azure.Management.NetApp.Models.FileSystemUser : Microsoft.Azure.Management.NetApp.Models.NfsUser * Microsoft.Azure.Management.NetApp.Models.CifsUser -> Microsoft.Azure.Management.NetApp.Models.FileSystemUser
Public Sub New (Optional nfsUser As NfsUser = Nothing, Optional cifsUser As CifsUser = Nothing)
Parameters
- nfsUser
- NfsUser
The effective NFS User ID and Group ID when accessing the volume data.
- cifsUser
- CifsUser
The effective CIFS username when accessing the volume data.