AffinityGroupListResponse 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 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.AzureOperationResponseAffinityGroupListResponse
- 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
Azure SDK for .NET