Show / Hide Table of Contents

Class ActiveDirectoryAdministratorState

Inheritance
System.Object
InputArgs
ResourceArgs
ActiveDirectoryAdministratorState
Inherited Members
ResourceArgs.Empty
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 ActiveDirectoryAdministratorState : ResourceArgs

Constructors

View Source

ActiveDirectoryAdministratorState()

Declaration
public ActiveDirectoryAdministratorState()

Properties

View Source

Login

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>
View Source

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>
View Source

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>
View Source

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>
View Source

TenantId

The Azure Tenant ID

Declaration
public Input<string> TenantId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.