Share via


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

ServicePrincipalsImpl 类

定义

ServicePrincipals 及其父接口的实现。

public class ServicePrincipalsImpl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CreatableResources<Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal,Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl,Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ServicePrincipalInner>, Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipals, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipalsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>
type ServicePrincipalsImpl = class
    inherit CreatableResources<IServicePrincipal, ServicePrincipalImpl, ServicePrincipalInner>
    interface IServicePrincipals
    interface IBeta
    interface ISupportsListing<IServicePrincipal>
    interface ISupportsGettingById<IServicePrincipal>
    interface ISupportsGettingByName<IServicePrincipal>
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface IHasManager<GraphRbacManager>
    interface IHasInner<IServicePrincipalsOperations>
Public Class ServicePrincipalsImpl
Inherits CreatableResources(Of IServicePrincipal, ServicePrincipalImpl, ServicePrincipalInner)
Implements IBeta, IHasInner(Of IServicePrincipalsOperations), IHasManager(Of GraphRbacManager), IServicePrincipals, ISupportsCreating(Of IBlank), ISupportsGettingById(Of IServicePrincipal), ISupportsGettingByName(Of IServicePrincipal), ISupportsListing(Of IServicePrincipal)
继承
实现

属性

Inner

ServicePrincipals 及其父接口的实现。

方法

Create(ICreatable<IFluentResourceT>[])

ServicePrincipals 及其父接口的实现。

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

ServicePrincipals 及其父接口的实现。

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

ServicePrincipals 及其父接口的实现。

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

ServicePrincipals 及其父接口的实现。

DeleteById(String)

ServicePrincipals 及其父接口的实现。

DeleteByIdAsync(String, CancellationToken)

ServicePrincipals 及其父接口的实现。

GetById(String)

ServicePrincipals 及其父接口的实现。

GetByIdAsync(String, CancellationToken)

ServicePrincipals 及其父接口的实现。

GetByName(String)

ServicePrincipals 及其父接口的实现。

GetByNameAsync(String, CancellationToken)

ServicePrincipals 及其父接口的实现。

List()

ServicePrincipals 及其父接口的实现。

ListAsync(Boolean, CancellationToken)

ServicePrincipals 及其父接口的实现。

WrapList(IEnumerable<InnerResourceT>)

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

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

ServicePrincipals 及其父接口的实现。

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

ServicePrincipals 及其父接口的实现。

WrapModel(String)

ServicePrincipals 及其父接口的实现。

显式接口实现

IHasManager<GraphRbacManager>.Manager

ServicePrincipals 及其父接口的实现。

ISupportsCreating<IBlank>.Define(String)

ServicePrincipals 及其父接口的实现。

ISupportsGettingById<IServicePrincipal>.GetById(String)

ServicePrincipals 及其父接口的实现。

适用于