SubscriptionServicePrincipalListResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.AzureOperationResponseSubscriptionServicePrincipalListResponse
- 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
Azure SDK for .NET