SubscriptionListOperationResponse 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.
A standard service response including an HTTP status code and request ID.
public class SubscriptionListOperationResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Subscriptions.Models.SubscriptionListOperationResponse.Subscription>
type SubscriptionListOperationResponse = class
inherit AzureOperationResponse
interface seq<SubscriptionListOperationResponse.Subscription>
interface IEnumerable
Public Class SubscriptionListOperationResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of SubscriptionListOperationResponse.Subscription)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseSubscriptionListOperationResponse
- Implements
-
System.Collections.Generic.IEnumerable<SubscriptionListOperationResponse.Subscription> System.Collections.IEnumerable
Constructors
| SubscriptionListOperationResponse() |
Initializes a new instance of the SubscriptionListOperationResponse class. |
Properties
| Subscriptions |
Optional. |
Methods
| GetEnumerator() |
Gets the sequence of Subscriptions. |
Explicit Interface Implementations
| IEnumerable.GetEnumerator() |
Gets the sequence of Subscriptions. |
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. |