public class ServerAzureADAdministratorInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ServerAzureADAdministratorInner() |
| 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.
|
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.
|
ServerAzureADAdministratorInner |
withAdministratorType(AdministratorType administratorType)
Set the administratorType property: Type of the sever administrator.
|
ServerAzureADAdministratorInner |
withAzureADOnlyAuthentication(Boolean azureADOnlyAuthentication)
Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.
|
ServerAzureADAdministratorInner |
withLogin(String login)
Set the login property: Login name of the server administrator.
|
ServerAzureADAdministratorInner |
withSid(UUID sid)
Set the sid property: SID (object ID) of the server administrator.
|
ServerAzureADAdministratorInner |
withTenantId(UUID tenantId)
Set the tenantId property: Tenant ID of the administrator.
|
public AdministratorType administratorType()
public ServerAzureADAdministratorInner withAdministratorType(AdministratorType administratorType)
administratorType - the administratorType value to set.public String login()
public ServerAzureADAdministratorInner withLogin(String login)
login - the login value to set.public UUID sid()
public ServerAzureADAdministratorInner withSid(UUID sid)
sid - the sid value to set.public UUID tenantId()
public ServerAzureADAdministratorInner withTenantId(UUID tenantId)
tenantId - the tenantId value to set.public Boolean azureADOnlyAuthentication()
public ServerAzureADAdministratorInner withAzureADOnlyAuthentication(Boolean azureADOnlyAuthentication)
azureADOnlyAuthentication - the azureADOnlyAuthentication value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.