UserUpdateParameters 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
UserUpdateParameters() | |
UserUpdateParameters(Nullable<Boolean>, String, PasswordProfile, String) |
UserUpdateParameters()
public UserUpdateParameters ();
Public Sub New ()
Applies to
UserUpdateParameters(Nullable<Boolean>, String, PasswordProfile, String)
public UserUpdateParameters (bool? accountEnabled = default, string displayName = default, Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordProfile passwordProfile = default, string mailNickname = default);
new Microsoft.Azure.Graph.RBAC.Version1_6.Models.UserUpdateParameters : Nullable<bool> * string * Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordProfile * string -> Microsoft.Azure.Graph.RBAC.Version1_6.Models.UserUpdateParameters
Public Sub New (Optional accountEnabled As Nullable(Of Boolean) = Nothing, Optional displayName As String = Nothing, Optional passwordProfile As PasswordProfile = Nothing, Optional mailNickname As String = Nothing)
Parameters
- displayName
- String
- passwordProfile
- PasswordProfile
- mailNickname
- String