SubscriptionServicePrincipalListResponse Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.AzureOperationResponseSubscriptionServicePrincipalListResponse
- 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 à
Azure SDK for .NET