ArmNetAppModelFactory.NetAppNfsUser Method
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 static Azure.ResourceManager.NetApp.Models.NetAppNfsUser NetAppNfsUser(long? userId = default, long? groupId = default);
static member NetAppNfsUser : Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.NetApp.Models.NetAppNfsUser
Public Shared Function NetAppNfsUser (Optional userId As Nullable(Of Long) = Nothing, Optional groupId As Nullable(Of Long) = Nothing) As NetAppNfsUser
Parameters
Returns
A new NetAppNfsUser instance for mocking.