CloudServiceCreateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the data passed to the Create Cloud Service API method.
public class CloudServiceCreateParameters
type CloudServiceCreateParameters = class
Public Class CloudServiceCreateParameters
- Inheritance
-
CloudServiceCreateParameters
Constructors
CloudServiceCreateParameters() |
Initializes a new instance of the CloudServiceCreateParameters class. |
Properties
Description |
Required. The description for the cloud service to be created. |
GeoRegion |
Required. The geographical region to create the cloud service in. |
Label |
Required. The label of the cloud service to be created. |
Name |
Required. The name of the cloud service to be created. |
Applies to
Azure SDK for .NET