Class ServerState
Inherited Members
Namespace: Pulumi.Azure.MSSql
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerState : ResourceArgs
Constructors
View SourceServerState()
Declaration
public ServerState()
Properties
View SourceAdministratorLogin
The administrator login name for the new server. Changing this forces a new resource to be created.
Declaration
public Input<string> AdministratorLogin { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AdministratorLoginPassword
The password associated with the administrator_login user. Needs to comply with Azure's Password Policy
Declaration
public Input<string> AdministratorLoginPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AzureadAdministrator
An azuread_administrator block as defined below.
Declaration
public Input<ServerAzureadAdministratorGetArgs> AzureadAdministrator { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServerAzureadAdministratorGetArgs> |
ConnectionPolicy
The connection policy the server will use. Possible values are Default, Proxy, and Redirect. Defaults to Default.
Declaration
public Input<string> ConnectionPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExtendedAuditingPolicy
A extended_auditing_policy block as defined below.
Declaration
public Input<ServerExtendedAuditingPolicyGetArgs> ExtendedAuditingPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServerExtendedAuditingPolicyGetArgs> |
FullyQualifiedDomainName
The fully qualified domain name of the Azure SQL Server (e.g. myServerName.database.windows.net)
Declaration
public Input<string> FullyQualifiedDomainName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Identity
An identity block as defined below.
Declaration
public Input<ServerIdentityGetArgs> Identity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServerIdentityGetArgs> |
Location
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Microsoft SQL Server. This needs to be globally unique within Azure.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublicNetworkAccessEnabled
Whether or not public network access is allowed for this server. Defaults to true.
Declaration
public Input<bool> PublicNetworkAccessEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ResourceGroupName
The name of the resource group in which to create the Microsoft SQL Server.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Version
The version for the new server. Valid values are: 2.0 (for v11 server) and 12.0 (for v12 server).
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |