IWithAccontEnabledBeta.WithAccountEnabled(Boolean) メソッド

定義

ユーザー アカウントを有効にするかどうかを指定します。

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Update.IUpdate WithAccountEnabled (bool accountEnabled);
abstract member WithAccountEnabled : bool -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Update.IUpdate
Public Function WithAccountEnabled (accountEnabled As Boolean) As IUpdate

パラメーター

accountEnabled
Boolean

アカウントが有効な場合は True、それ以外の場合は false。

戻り値

適用対象