Compartir a través de


IServicePrincipals Interfaz

Definición

Punto de entrada a la API de administración de entidades de servicio.

public interface 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.ISupportsDeletingById, 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 IServicePrincipals = interface
    interface IBeta
    interface ISupportsListing<IServicePrincipal>
    interface ISupportsGettingById<IServicePrincipal>
    interface ISupportsGettingByName<IServicePrincipal>
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface IHasManager<GraphRbacManager>
    interface IHasInner<IServicePrincipalsOperations>
Public Interface IServicePrincipals
Implements IBeta, IHasInner(Of IServicePrincipalsOperations), IHasManager(Of GraphRbacManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IServicePrincipal), ISupportsGettingByName(Of IServicePrincipal), ISupportsListing(Of IServicePrincipal)
Derivado
Implementaciones

Propiedades

Inner

Punto de entrada a la API de administración de entidades de servicio.

(Heredado de IHasInner<T>)
Manager

Obtiene el tipo de cliente de administrador de este tipo de recurso.

(Heredado de IHasManager<ManagerT>)

Métodos

Define(String)

Punto de entrada a la API de administración de entidades de servicio.

(Heredado de ISupportsCreating<T>)
DeleteById(String)

Elimina un recurso de Azure, que lo identifica por su identificador de recurso.

(Heredado de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Elimina un recurso de Azure, que lo identifica por su identificador de recurso.

(Heredado de ISupportsDeletingById)
GetById(String)

Obtiene la información sobre un recurso de Azure basado en el identificador de recurso.

(Heredado de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtiene la información sobre un recurso de Azure basado en el identificador de recurso.

(Heredado de ISupportsGettingById<T>)
GetByName(String)

Obtiene la información sobre un recurso de Azure basado en el nombre del recurso dentro del grupo de recursos actual.

(Heredado de ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Obtiene la información sobre un recurso de Azure basado en el nombre del recurso dentro del grupo de recursos actual.

(Heredado de ISupportsGettingByName<T>)
List()

Enumera todos los recursos del tipo especificado en la suscripción seleccionada actualmente.

(Heredado de ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Enumera todos los recursos del tipo especificado en la suscripción seleccionada actualmente.

(Heredado de ISupportsListing<T>)

Se aplica a