IDefinition インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
実装する必要があるすべての定義のコンテナー インターフェイス。
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
- 派生
- 実装
-
IBlank IWithAccontEnabled IWithAccontEnabledBeta IWithCreate IWithPassword IWithPasswordBeta IWithPromptToChangePasswordOnLogin IWithPromptToChangePasswordOnLoginBeta IWithUsageLocation IWithUsageLocationBeta IWithUserPrincipalName IWithUserPrincipalNameBeta IBeta ICreatable<IActiveDirectoryUser> IIndexable
プロパティ
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) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET