SubscriptionServicePrincipalListResponse Class

Definition

The List Service Principal operation response.

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)
Inheritance
Microsoft.Azure.AzureOperationResponse
SubscriptionServicePrincipalListResponse
Implements

Constructors

SubscriptionServicePrincipalListResponse()

Initializes a new instance of the SubscriptionServicePrincipalListResponse class.

Properties

ServicePrincipals

Optional. The service principals existing in the subscription.

Methods

GetEnumerator()

Gets the sequence of ServicePrincipals.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of ServicePrincipals.

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to