ServerForCreate 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 a server to be created.
public class ServerForCreate
type ServerForCreate = class
Public Class ServerForCreate
- Inheritance
-
ServerForCreate
Constructors
ServerForCreate() |
Initializes a new instance of the ServerForCreate class. |
ServerForCreate(ServerPropertiesForCreate, String, ResourceIdentity, Sku, IDictionary<String,String>) |
Initializes a new instance of the ServerForCreate class. |
Properties
Identity |
Gets or sets the Azure Active Directory identity of the server. |
Location |
Gets or sets the location the resource resides in. |
Properties |
Gets or sets properties of the server. |
Sku |
Gets or sets the SKU (pricing tier) of the server. |
Tags |
Gets or sets application-specific metadata in the form of key-value pairs. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET