CloudServiceListResponse Class
The response model for the list cloud service operation.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Inheritance Hierarchy
System.Object
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceListResponse
Syntax
public class CloudServiceListResponse : AzureOperationResponse,
IEnumerable<CloudService>, IEnumerable
public ref class CloudServiceListResponse : AzureOperationResponse,
IEnumerable<CloudService^>, IEnumerable
type CloudServiceListResponse =
class
inherit AzureOperationResponse
interface IEnumerable<CloudService>
interface IEnumerable
end
Public Class CloudServiceListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of CloudService), IEnumerable
Constructors
Name | Description | |
---|---|---|
CloudServiceListResponse() | Initializes a new instance of the CloudServiceListResponse class. |
Properties
Name | Description | |
---|---|---|
CloudServices | Optional. Gets or sets 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.Automation.Models Namespace
Return to top