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

IWithCreate 接口

定义

具有足够输入的 AD 用户定义,用于在云中创建新用户,但公开其他可选输入以指定。

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
派生
实现

属性

Key

具有足够输入的 AD 用户定义,用于在云中创建新用户,但公开其他可选输入以指定。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行该请求。

(继承自 ICreatable<T>)
WithAccountEnabled(Boolean)

指定是否启用用户帐户。

(继承自 IWithAccontEnabledBeta)
WithPromptToChangePasswordOnLogin(Boolean)

指定用户是否应在下次登录时更改密码。

(继承自 IWithPromptToChangePasswordOnLoginBeta)
WithUsageLocation(CountryISOCode)

指定用户的使用位置。 对于根据法律要求需向其分配许可证的用户,这是检查服务在相应国家/地区的可用性所必需的。

(继承自 IWithUsageLocationBeta)

适用于