次の方法で共有


IDefinition インターフェイス

定義

実装する必要があるすべての定義のコンテナー インターフェイス。

public interface IDefinition : Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Definition.IBlank, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Definition.IWithCreate, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Definition.IWithPassword, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryUser>
type IDefinition = interface
    interface IBlank
    interface IWithUserPrincipalName
    interface IWithUserPrincipalNameBeta
    interface IBeta
    interface IWithPassword
    interface IWithPasswordBeta
    interface IWithCreate
    interface ICreatable<IActiveDirectoryUser>
    interface IIndexable
    interface IWithAccontEnabled
    interface IWithAccontEnabledBeta
    interface IWithPromptToChangePasswordOnLogin
    interface IWithPromptToChangePasswordOnLoginBeta
    interface IWithUsageLocation
    interface IWithUsageLocationBeta
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IActiveDirectoryUser), IWithCreate, IWithPassword
派生
実装

プロパティ

Key

実装する必要があるすべての定義のコンテナー インターフェイス。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
WithAccountEnabled(Boolean)

ユーザー アカウントを有効にするかどうかを指定します。

(継承元 IWithAccontEnabledBeta)
WithEmailAlias(String)

新しいユーザーのメール エイリアスを指定します。

(継承元 IWithUserPrincipalNameBeta)
WithPassword(String)

ユーザーのパスワードを指定します。

(継承元 IWithPasswordBeta)
WithPromptToChangePasswordOnLogin(Boolean)

ユーザーが次のログイン時にパスワードを変更するかどうかを指定します。

(継承元 IWithPromptToChangePasswordOnLoginBeta)
WithUsageLocation(CountryISOCode)

ユーザーの使用場所を指定します。 法的要件が理由でユーザーにライセンスが割り当てられる場合に、各国でのサービス利用可否を調べるために必要になります。

(継承元 IWithUsageLocationBeta)
WithUserPrincipalName(String)

ユーザーのユーザー プリンシパル名を指定します。 テナントの検証済みドメインのいずれかが含まれている必要があります。

(継承元 IWithUserPrincipalNameBeta)

適用対象