次の方法で共有


IWithUserPrincipalName インターフェイス

定義

ユーザー プリンシパル名を指定できるユーザー定義。

public interface IWithUserPrincipalName : Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Definition.IWithUserPrincipalNameBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithUserPrincipalName = interface
    interface IWithUserPrincipalNameBeta
    interface IBeta
Public Interface IWithUserPrincipalName
Implements IBeta, IWithUserPrincipalNameBeta
派生
実装

メソッド

WithEmailAlias(String)

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

(継承元 IWithUserPrincipalNameBeta)
WithUserPrincipalName(String)

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

(継承元 IWithUserPrincipalNameBeta)

適用対象