IUpdate Interface

Definition

The template for a user update operation, containing all the settings that can be modified.

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
Derived
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
WithAccountEnabled(Boolean)

Specifies whether the user account is enabled.

(Inherited from IWithAccontEnabledBeta)
WithPassword(String)

Specifies the password of the user.

(Inherited from IWithPasswordBeta)
WithPromptToChangePasswordOnLogin(Boolean)

Specifies whether the user should change password on the next login.

(Inherited from IWithPromptToChangePasswordOnLoginBeta)
WithUsageLocation(CountryISOCode)

Specifies the usage location for the user. Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries.

(Inherited from IWithUsageLocationBeta)

Applies to