CloudServiceListResponse.CloudService Class

 

Defines a cloud service-supporting region in which a item is located.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService

Syntax

public class CloudService
public ref class CloudService 
type CloudService = class end
Public Class CloudService

Constructors

Name Description
CloudServiceListResponse.CloudService()

Initializes a new instance of the CloudService class.

Properties

Name Description
Description

Optional. The description of the cloud service region.

GeoRegion

Optional. The geographical region in which this cloud service can run.

Label

Optional. The label of the cloud service region.

Name

Optional. The name of the cloud service region.

Resources

Optional. A list of existing resources installed into a cloud service region.

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

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