SqlActiveDirectoryAdministrator Interface
public interface SqlActiveDirectoryAdministrator
Response containing the Azure SQL Active Directory administrator.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Administrator |
administratorType() |
abstract String | id() |
abstract String | signInName() |
abstract String | tenantId() |
Method Details
administratorType
public abstract AdministratorType administratorType()
Returns:
the type of administrator.
id
public abstract String id()
Returns:
the server administrator ID.
signInName
public abstract String signInName()
Returns:
the server administrator login value.
tenantId
public abstract String tenantId()
Returns:
the server Active Directory Administrator tenant ID.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java