Share via


IWithPasswordBeta.WithPassword(String) Method

Definition

Specifies the password of the user.

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Update.IUpdate WithPassword (string password);
abstract member WithPassword : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Update.IUpdate
Public Function WithPassword (password As String) As IUpdate

Parameters

password
String

The password of the user.

Returns

Applies to