ServerInner 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.
An Azure SQL Database server.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerInner : Microsoft.Azure.Management.Sql.Fluent.Models.TrackedResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerInner = class
inherit TrackedResourceInner
Public Class ServerInner
Inherits TrackedResourceInner
- Inheritance
- Attributes
Constructors
ServerInner() |
Initializes a new instance of the ServerInner class. |
ServerInner(String, String, String, String, IDictionary<String,String>, ResourceIdentity, String, String, String, String, String, String) |
Initializes a new instance of the ServerInner class. |
Properties
AdministratorLogin |
Gets or sets administrator username for the server. Once created it cannot be changed. |
AdministratorLoginPassword |
Gets or sets the administrator login password (required for server creation). |
FullyQualifiedDomainName |
Gets the fully qualified domain name of the server. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Identity |
Gets or sets the Azure Active Directory identity of the server. |
Kind |
Gets kind of sql server. This is metadata used for the Azure portal experience. |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
State |
Gets the state of the server. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Version |
Gets or sets the version of the server. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET