Sdílet prostřednictvím


IServicePrincipalsOperations Interface

Definition

public interface IServicePrincipalsOperations
type IServicePrincipalsOperations = interface
Public Interface IServicePrincipalsOperations
Derived

Methods

CreateServicePrincipalWithHttpMessagesAsync(MicrosoftGraphServicePrincipal, Dictionary<String,List<String>>, CancellationToken)
DeleteServicePrincipalWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GetServicePrincipalWithHttpMessagesAsync(String, String, IList<String>, IList<String>, Dictionary<String,List<String>>, CancellationToken)
ListServicePrincipalWithHttpMessagesAsync(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, IList<String>, IList<String>, IList<String>, Dictionary<String,List<String>>, CancellationToken)
UpdateServicePrincipalWithHttpMessagesAsync(String, MicrosoftGraphServicePrincipal, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

CreateServicePrincipal(IServicePrincipalsOperations, MicrosoftGraphServicePrincipal)
CreateServicePrincipalAsync(IServicePrincipalsOperations, MicrosoftGraphServicePrincipal, CancellationToken)
DeleteServicePrincipal(IServicePrincipalsOperations, String, String)
DeleteServicePrincipalAsync(IServicePrincipalsOperations, String, String, CancellationToken)
GetServicePrincipal(IServicePrincipalsOperations, String, String, IList<String>, IList<String>)
GetServicePrincipalAsync(IServicePrincipalsOperations, String, String, IList<String>, IList<String>, CancellationToken)
ListServicePrincipal(IServicePrincipalsOperations, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, IList<String>, IList<String>, IList<String>)
ListServicePrincipalAsync(IServicePrincipalsOperations, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, IList<String>, IList<String>, IList<String>, CancellationToken)
UpdateServicePrincipal(IServicePrincipalsOperations, String, MicrosoftGraphServicePrincipal)
UpdateServicePrincipalAsync(IServicePrincipalsOperations, String, MicrosoftGraphServicePrincipal, CancellationToken)

Applies to