CloudService Class
Definition of a cloud service-supporting region in which a item is located.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Automation.Models.CloudService
Syntax
public class CloudService
public ref class CloudService
type CloudService = class end
Public Class CloudService
Constructors
Name | Description | |
---|---|---|
CloudService() | Initializes a new instance of the CloudService class. |
Properties
Name | Description | |
---|---|---|
Description | Optional. Gets or sets the description of the cloud service region. |
|
GeoRegion | Optional. Gets or sets the geographical region in which this cloud service can run. |
|
Label | Optional. Gets or sets thelabel of the cloud service region. |
|
Name | Optional. Gets or sets the name of the cloud service. |
|
Resources | Optional. Gets or sets the 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.Automation.Models Namespace
Return to top