SqlActiveDirectoryAdministrator Interface
public interface SqlActiveDirectoryAdministrator
Response containing the Azure SQL Active Directory administrator.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | administratorType() |
String | id() |
String | signInName() |
String | tenantId() |
Method Details
administratorType
public String administratorType()
Returns:
the type of administrator.
id
public String id()
Returns:
the server administrator ID.
signInName
public String signInName()
Returns:
the server administrator login value.
tenantId
public String tenantId()
Returns:
the server Active Directory Administrator tenant ID.
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