CloudServiceCreateParameters Class
Namespace:
Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
| Name | Description | |
|---|---|---|
![]() | CloudServiceCreateParameters() | Initializes a new instance of the CloudServiceCreateParameters class. |
![]() | CloudServiceCreateParameters(String^, String^, String^) | Initializes a new instance of the CloudServiceCreateParameters class with required arguments. |
| Name | Description | |
|---|---|---|
![]() | Description | Required. Description for the cloud service. |
![]() | Optional. Optional e-mail address to associate with the service. | |
![]() | GeoRegion | Required. The region for the cloud service. This field cannot be updated after the cloud service is created. |
![]() | Label | Required. Label for the cloud service. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


