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