IWithCreate Interface

Definition

An AD user definition with sufficient inputs to create a new user in the cloud, but exposing additional optional inputs to specify.

public interface IWithCreate : Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Definition.IWithAccontEnabled, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Definition.IWithPromptToChangePasswordOnLogin, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Definition.IWithUsageLocation, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryUser>
type IWithCreate = interface
    interface IBeta
    interface ICreatable<IActiveDirectoryUser>
    interface IIndexable
    interface IWithAccontEnabled
    interface IWithAccontEnabledBeta
    interface IWithPromptToChangePasswordOnLogin
    interface IWithPromptToChangePasswordOnLoginBeta
    interface IWithUsageLocation
    interface IWithUsageLocationBeta
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IActiveDirectoryUser), IWithAccontEnabled, IWithPromptToChangePasswordOnLogin, IWithUsageLocation
Derived
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

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

Specifies whether the user account is enabled.

(Inherited from IWithAccontEnabledBeta)
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