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

ActiveDirectoryApplicationsImpl 类

定义

应用程序及其父接口的实现。

public class ActiveDirectoryApplicationsImpl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CreatableResources<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication,Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplicationImpl,Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ApplicationInner>, Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplications, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.IApplicationsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>
type ActiveDirectoryApplicationsImpl = class
    inherit CreatableResources<IActiveDirectoryApplication, ActiveDirectoryApplicationImpl, ApplicationInner>
    interface IActiveDirectoryApplications
    interface IBeta
    interface ISupportsListing<IActiveDirectoryApplication>
    interface ISupportsGettingById<IActiveDirectoryApplication>
    interface ISupportsGettingByName<IActiveDirectoryApplication>
    interface ISupportsCreating<IBlank>
    interface ISupportsBatchCreation<IActiveDirectoryApplication>
    interface ISupportsDeletingById
    interface IHasManager<GraphRbacManager>
    interface IHasInner<IApplicationsOperations>
Public Class ActiveDirectoryApplicationsImpl
Inherits CreatableResources(Of IActiveDirectoryApplication, ActiveDirectoryApplicationImpl, ApplicationInner)
Implements IActiveDirectoryApplications, IBeta, IHasInner(Of IApplicationsOperations), IHasManager(Of GraphRbacManager), ISupportsBatchCreation(Of IActiveDirectoryApplication), ISupportsCreating(Of IBlank), ISupportsGettingById(Of IActiveDirectoryApplication), ISupportsGettingByName(Of IActiveDirectoryApplication), ISupportsListing(Of IActiveDirectoryApplication)
继承
实现

属性

Inner

应用程序及其父接口的实现。

方法

Create(ICreatable<IFluentResourceT>[])

应用程序及其父接口的实现。

(继承自 CreatableResources<IFluentResourceT,FluentResourceT,InnerResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

应用程序及其父接口的实现。

(继承自 CreatableResources<IFluentResourceT,FluentResourceT,InnerResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

应用程序及其父接口的实现。

(继承自 CreatableResources<IFluentResourceT,FluentResourceT,InnerResourceT>)
Define(String)

应用程序及其父接口的实现。

DeleteById(String)

应用程序及其父接口的实现。

DeleteByIdAsync(String, CancellationToken)

应用程序及其父接口的实现。

GetById(String)

应用程序及其父接口的实现。

GetByIdAsync(String, CancellationToken)

应用程序及其父接口的实现。

GetByName(String)

应用程序及其父接口的实现。

GetByNameAsync(String, CancellationToken)

应用程序及其父接口的实现。

List()

应用程序及其父接口的实现。

ListAsync(Boolean, CancellationToken)

应用程序及其父接口的实现。

WrapList(IEnumerable<InnerResourceT>)

此方法返回分页列表,其中每个页面都包含在给定内部分页列表的对应页中包装内部资源的实例。

(继承自 ReadableWrappers<IFluentResourceT,FluentResourceT,InnerResourceT>)
WrapModel(ApplicationInner)

应用程序及其父接口的实现。

WrapModel(InnerResourceT)

应用程序及其父接口的实现。

(继承自 ReadableWrappers<IFluentResourceT,FluentResourceT,InnerResourceT>)
WrapModel(String)

应用程序及其父接口的实现。

显式接口实现

IHasManager<GraphRbacManager>.Manager

应用程序及其父接口的实现。

ISupportsCreating<IBlank>.Define(String)

应用程序及其父接口的实现。

ISupportsGettingById<IActiveDirectoryApplication>.GetById(String)

应用程序及其父接口的实现。

适用于