AffinityGroupListResponse Class
Represents the list of affinity groups.
Namespace: Microsoft.WindowsAzure.Management.Models
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Inheritance Hierarchy
System.Object
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Management.Models.AffinityGroupListResponse
Syntax
public class AffinityGroupListResponse : AzureOperationResponse,
IEnumerable<AffinityGroupListResponse.AffinityGroup>, IEnumerable
public ref class AffinityGroupListResponse : AzureOperationResponse,
IEnumerable<AffinityGroupListResponse::AffinityGroup^>, IEnumerable
type AffinityGroupListResponse =
class
inherit AzureOperationResponse
interface IEnumerable<AffinityGroupListResponse.AffinityGroup>
interface IEnumerable
end
Public Class AffinityGroupListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of AffinityGroupListResponse.AffinityGroup),
IEnumerable
Constructors
Name | Description | |
---|---|---|
AffinityGroupListResponse() | Initializes a new instance of the AffinityGroupListResponse class. |
Properties
Name | Description | |
---|---|---|
AffinityGroups | Gets or sets a collection AffinityGroupListResponse.AffinityGroup objects that list the affinity groups that are associated with a subscription. |
|
RequestId | (Inherited from AzureOperationResponse.) |
|
StatusCode | (Inherited from HttpOperationResponse.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEnumerator() | Retrieves an object that can iterate through a collection of AffinityGroupListResponse.AffinityGroup objects. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator() | Retrieves an object that can iterate through a collection of AffinityGroupListResponse.AffinityGroup objects. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.Models Namespace
Return to top