你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

适用于