SqlDatabase.DefinitionStages.WithAuthentication<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithAuthentication
Sets the authentication type and SQL or Active Directory administrator login and password.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> | withActiveDirectoryLoginAndPassword(String administratorLogin, String administratorPassword) |
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> | withSqlAdministratorLoginAndPassword(String administratorLogin, String administratorPassword) |
Method Details
withActiveDirectoryLoginAndPassword
public SqlDatabase.DefinitionStages.WithAttachAllOptions
Parameters:
administratorLogin
- the Active Directory administrator login
administratorPassword
- the Active Directory administrator password
Returns:
next definition stage
withSqlAdministratorLoginAndPassword
public SqlDatabase.DefinitionStages.WithAttachAllOptions
Parameters:
administratorLogin
- the SQL administrator login
administratorPassword
- the SQL administrator password
Returns:
next definition stage
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java