Partager via


SubscriptionServicePrincipalListResponse Classe

Définition

Réponse d’opération List Service Principal.

public class SubscriptionServicePrincipalListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Models.SubscriptionServicePrincipalListResponse.ServicePrincipal>
type SubscriptionServicePrincipalListResponse = class
    inherit AzureOperationResponse
    interface seq<SubscriptionServicePrincipalListResponse.ServicePrincipal>
    interface IEnumerable
Public Class SubscriptionServicePrincipalListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of SubscriptionServicePrincipalListResponse.ServicePrincipal)
Héritage
Microsoft.Azure.AzureOperationResponse
SubscriptionServicePrincipalListResponse
Implémente

Constructeurs

SubscriptionServicePrincipalListResponse()

Initialise une nouvelle instance de la classe SubscriptionServicePrincipalListResponse.

Propriétés

ServicePrincipals

facultatif. Principaux de service existants dans l’abonnement.

Méthodes

GetEnumerator()

Obtient la séquence de ServicePrincipals.

Implémentations d’interfaces explicites

IEnumerable.GetEnumerator()

Obtient la séquence de ServicePrincipals.

Méthodes d’extension

ToCommaSeparatedString<T>(IEnumerable<T>)

Convertit les éléments d’une collection en chaînes et les concatène en une liste séparée par des virgules, ou retourne null pour les collections null ou vides.

S’applique à