SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool

Sets the authentication type and SQL or Active Directory administrator login and password.

Method Summary

Modifier and Type Method and Description
abstract WithAttachFinal<ParentT> withActiveDirectoryLoginAndPassword(String administratorLogin, String administratorPassword)
abstract WithAttachFinal<ParentT> withSqlAdministratorLoginAndPassword(String administratorLogin, String administratorPassword)

Method Details

withActiveDirectoryLoginAndPassword

public abstract SqlDatabase.DefinitionStages.WithAttachFinal withActiveDirectoryLoginAndPassword(String administratorLogin, String administratorPassword)

Parameters:

administratorLogin - the Active Directory administrator login
administratorPassword - the Active Directory administrator password

Returns:

next definition stage

withSqlAdministratorLoginAndPassword

public abstract SqlDatabase.DefinitionStages.WithAttachFinal withSqlAdministratorLoginAndPassword(String administratorLogin, String administratorPassword)

Parameters:

administratorLogin - the SQL administrator login
administratorPassword - the SQL administrator password

Returns:

next definition stage

Applies to