ServerExternalAdministrator Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.models.ServerExternalAdministrator

public final class ServerExternalAdministrator

Properties of a active directory administrator.

Constructor Summary

Constructor Description
ServerExternalAdministrator()

Creates an instance of ServerExternalAdministrator class.

Method Summary

Modifier and Type Method and Description
AdministratorType administratorType()

Get the administratorType property: Type of the sever administrator.

Boolean azureADOnlyAuthentication()

Get the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.

String login()

Get the login property: Login name of the server administrator.

PrincipalType principalType()

Get the principalType property: Principal Type of the sever administrator.

UUID sid()

Get the sid property: SID (object ID) of the server administrator.

UUID tenantId()

Get the tenantId property: Tenant ID of the administrator.

void validate()

Validates the instance.

ServerExternalAdministrator withAdministratorType(AdministratorType administratorType)

Set the administratorType property: Type of the sever administrator.

ServerExternalAdministrator withAzureADOnlyAuthentication(Boolean azureADOnlyAuthentication)

Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.

ServerExternalAdministrator withLogin(String login)

Set the login property: Login name of the server administrator.

ServerExternalAdministrator withPrincipalType(PrincipalType principalType)

Set the principalType property: Principal Type of the sever administrator.

ServerExternalAdministrator withSid(UUID sid)

Set the sid property: SID (object ID) of the server administrator.

ServerExternalAdministrator withTenantId(UUID tenantId)

Set the tenantId property: Tenant ID of the administrator.

Methods inherited from java.lang.Object

Constructor Details

ServerExternalAdministrator

public ServerExternalAdministrator()

Creates an instance of ServerExternalAdministrator class.

Method Details

administratorType

public AdministratorType administratorType()

Get the administratorType property: Type of the sever administrator.

Returns:

the administratorType value.

azureADOnlyAuthentication

public Boolean azureADOnlyAuthentication()

Get the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.

Returns:

the azureADOnlyAuthentication value.

login

public String login()

Get the login property: Login name of the server administrator.

Returns:

the login value.

principalType

public PrincipalType principalType()

Get the principalType property: Principal Type of the sever administrator.

Returns:

the principalType value.

sid

public UUID sid()

Get the sid property: SID (object ID) of the server administrator.

Returns:

the sid value.

tenantId

public UUID tenantId()

Get the tenantId property: Tenant ID of the administrator.

Returns:

the tenantId value.

validate

public void validate()

Validates the instance.

withAdministratorType

public ServerExternalAdministrator withAdministratorType(AdministratorType administratorType)

Set the administratorType property: Type of the sever administrator.

Parameters:

administratorType - the administratorType value to set.

Returns:

the ServerExternalAdministrator object itself.

withAzureADOnlyAuthentication

public ServerExternalAdministrator withAzureADOnlyAuthentication(Boolean azureADOnlyAuthentication)

Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.

Parameters:

azureADOnlyAuthentication - the azureADOnlyAuthentication value to set.

Returns:

the ServerExternalAdministrator object itself.

withLogin

public ServerExternalAdministrator withLogin(String login)

Set the login property: Login name of the server administrator.

Parameters:

login - the login value to set.

Returns:

the ServerExternalAdministrator object itself.

withPrincipalType

public ServerExternalAdministrator withPrincipalType(PrincipalType principalType)

Set the principalType property: Principal Type of the sever administrator.

Parameters:

principalType - the principalType value to set.

Returns:

the ServerExternalAdministrator object itself.

withSid

public ServerExternalAdministrator withSid(UUID sid)

Set the sid property: SID (object ID) of the server administrator.

Parameters:

sid - the sid value to set.

Returns:

the ServerExternalAdministrator object itself.

withTenantId

public ServerExternalAdministrator withTenantId(UUID tenantId)

Set the tenantId property: Tenant ID of the administrator.

Parameters:

tenantId - the tenantId value to set.

Returns:

the ServerExternalAdministrator object itself.

Applies to