AffinityGroupListResponse Class

Definition

The List Affinity Groups operation response.

public class AffinityGroupListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Models.AffinityGroupListResponse.AffinityGroup>
type AffinityGroupListResponse = class
    inherit AzureOperationResponse
    interface seq<AffinityGroupListResponse.AffinityGroup>
    interface IEnumerable
Public Class AffinityGroupListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of AffinityGroupListResponse.AffinityGroup)
Inheritance
Microsoft.Azure.AzureOperationResponse
AffinityGroupListResponse
Implements

Constructors

AffinityGroupListResponse()

Initializes a new instance of the AffinityGroupListResponse class.

Properties

AffinityGroups

Optional. The affinity groups associated with the specified subscription.

Methods

GetEnumerator()

Gets the sequence of AffinityGroups.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of AffinityGroups.

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