IUpdate インターフェイス

定義

変更可能なすべての設定を含むユーザー更新操作のテンプレート。

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)

適用対象