IUpdate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
変更可能なすべての設定を含むユーザー更新操作のテンプレート。
public interface IUpdate : Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Update.IWithAccontEnabled, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Update.IWithPassword, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Update.IWithPromptToChangePasswordOnLogin, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Update.IWithUsageLocation, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryUser>
type IUpdate = interface
interface IBeta
interface IAppliable<IActiveDirectoryUser>
interface IIndexable
interface IWithAccontEnabled
interface IWithAccontEnabledBeta
interface IWithPassword
interface IWithPasswordBeta
interface IWithPromptToChangePasswordOnLogin
interface IWithPromptToChangePasswordOnLoginBeta
interface IWithUsageLocation
interface IWithUsageLocationBeta
Public Interface IUpdate
Implements IAppliable(Of IActiveDirectoryUser), IBeta, IWithAccontEnabled, IWithPassword, IWithPromptToChangePasswordOnLogin, IWithUsageLocation
- 派生
- 実装
プロパティ
Key |
変更可能なすべての設定を含むユーザー更新操作のテンプレート。 (継承元 IIndexable) |
メソッド
Apply() |
更新要求を実行します。 (継承元 IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
更新要求を非同期的に実行します。 (継承元 IAppliable<T>) |
WithAccountEnabled(Boolean) |
ユーザー アカウントを有効にするかどうかを指定します。 (継承元 IWithAccontEnabledBeta) |
WithPassword(String) |
ユーザーのパスワードを指定します。 (継承元 IWithPasswordBeta) |
WithPromptToChangePasswordOnLogin(Boolean) |
ユーザーが次のログイン時にパスワードを変更するかどうかを指定します。 (継承元 IWithPromptToChangePasswordOnLoginBeta) |
WithUsageLocation(CountryISOCode) |
ユーザーの使用場所を指定します。 法的要件が理由でユーザーにライセンスが割り当てられる場合に、各国でのサービス利用可否を調べるために必要になります。 (継承元 IWithUsageLocationBeta) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET