Partager via


ISubscriptionServicePrincipalOperations Interface

Définition

Opérations de gestion des principaux de service pour votre abonnement.

public interface ISubscriptionServicePrincipalOperations
type ISubscriptionServicePrincipalOperations = interface
Public Interface ISubscriptionServicePrincipalOperations

Méthodes

CreateAsync(SubscriptionServicePrincipalCreateParameters, CancellationToken)

L’opération Créer un principal de service ajoute un nouveau principal de service dans l’abonnement.

DeleteAsync(String, CancellationToken)

L’opération Supprimer le principal de service supprime le principal de service avec servicePrincipalId spécifié, s’il existe dans l’abonnement.

GetAsync(String, CancellationToken)

L’opération Obtenir le principal de service récupère le principal de service avec le servicePrincipalId spécifié, s’il existe dans l’abonnement.

ListAsync(CancellationToken)

L’opération Répertorier le principal de service récupère tous les principaux de service qui existent dans l’abonnement actuel.

Méthodes d’extension

Create(ISubscriptionServicePrincipalOperations, SubscriptionServicePrincipalCreateParameters)

L’opération Créer un principal de service ajoute un nouveau principal de service dans l’abonnement.

CreateAsync(ISubscriptionServicePrincipalOperations, SubscriptionServicePrincipalCreateParameters)

L’opération Créer un principal de service ajoute un nouveau principal de service dans l’abonnement.

Delete(ISubscriptionServicePrincipalOperations, String)

L’opération Supprimer le principal de service supprime le principal de service avec servicePrincipalId spécifié, s’il existe dans l’abonnement.

DeleteAsync(ISubscriptionServicePrincipalOperations, String)

L’opération Supprimer le principal de service supprime le principal de service avec servicePrincipalId spécifié, s’il existe dans l’abonnement.

Get(ISubscriptionServicePrincipalOperations, String)

L’opération Obtenir le principal de service récupère le principal de service avec le servicePrincipalId spécifié, s’il existe dans l’abonnement.

GetAsync(ISubscriptionServicePrincipalOperations, String)

L’opération Obtenir le principal de service récupère le principal de service avec le servicePrincipalId spécifié, s’il existe dans l’abonnement.

List(ISubscriptionServicePrincipalOperations)

L’opération Répertorier le principal de service récupère tous les principaux de service qui existent dans l’abonnement actuel.

ListAsync(ISubscriptionServicePrincipalOperations)

L’opération Répertorier le principal de service récupère tous les principaux de service qui existent dans l’abonnement actuel.

S’applique à