CloudServiceListResponse Class
The response structure for the Cloud Service List operation.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Inheritance Hierarchy
System.Object
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse
Syntax
public class CloudServiceListResponse : AzureOperationResponse,
IEnumerable<CloudServiceListResponse.CloudService>, IEnumerable
public ref class CloudServiceListResponse : AzureOperationResponse,
IEnumerable<CloudServiceListResponse::CloudService^>, IEnumerable
type CloudServiceListResponse =
class
inherit AzureOperationResponse
interface IEnumerable<CloudServiceListResponse.CloudService>
interface IEnumerable
end
Public Class CloudServiceListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of CloudServiceListResponse.CloudService),
IEnumerable
Constructors
Name | Description | |
---|---|---|
CloudServiceListResponse() | Initializes a new instance of the CloudServiceListResponse class. |
Properties
Name | Description | |
---|---|---|
CloudServices | Optional. The list of cloud service locations for this subscription. |
|
RequestId | (Inherited from AzureOperationResponse.) |
|
StatusCode | (Inherited from HttpOperationResponse.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEnumerator() | Gets the sequence of CloudServices. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator() | Gets the sequence of CloudServices. |
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.Scheduler.Models Namespace
Return to top