Class ActiveDirectoryAdministratorArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Sql
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ActiveDirectoryAdministratorArgs : ResourceArgs
Constructors
View SourceActiveDirectoryAdministratorArgs()
Declaration
public ActiveDirectoryAdministratorArgs()
Properties
View SourceLogin
The login name of the principal to set as the server administrator
Declaration
public Input<string> Login { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ObjectId
The ID of the principal to set as the server administrator
Declaration
public Input<string> ObjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group for the SQL server. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServerName
The name of the SQL Server on which to set the administrator. Changing this forces a new resource to be created.
Declaration
public Input<string> ServerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TenantId
The Azure Tenant ID
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |