次の方法で共有


IActiveDirectoryApplication インターフェイス

定義

Azure AD アプリケーションの不変のクライアント側表現。

public interface IActiveDirectoryApplication : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryObject, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ApplicationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IUpdate>
type IActiveDirectoryApplication = interface
    interface IBeta
    interface IActiveDirectoryObject
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasManager<GraphRbacManager>
    interface IHasInner<ApplicationInner>
    interface IUpdatable<IUpdate>
Public Interface IActiveDirectoryApplication
Implements IActiveDirectoryObject, IBeta, IHasId, IHasInner(Of ApplicationInner), IHasManager(Of GraphRbacManager), IHasName, IIndexable, IUpdatable(Of IUpdate)
派生
実装

プロパティ

ApplicationId

アプリケーション ID を取得します。

ApplicationPermissions

アプリケーションのアクセス許可を取得します。

AvailableToOtherTenants

アプリケーションが他のテナントで使用できるかどうかを取得します。

CertificateCredentials

ID から証明書資格情報のマッピングを取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
IdentifierUris

アプリケーションの URI のコレクションを取得します。

Inner

Azure AD アプリケーションの不変のクライアント側表現。

(継承元 IHasInner<T>)
Key

Azure AD アプリケーションの不変のクライアント側表現。

(継承元 IIndexable)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

リソースの名前を取得します

(継承元 IHasName)
PasswordCredentials

ID からパスワード資格情報のマッピングを取得します。

ReplyUrls

アプリケーションの応答 URL のコレクションを取得します。

SignOnUrl

アプリケーションのホーム ページを取得します。

メソッド

Update()

Azure AD アプリケーションの不変のクライアント側表現。

(継承元 IUpdatable<T>)

適用対象