Lezen in het Engels

Delen via


ServerAdministratorResource Interface

public interface ServerAdministratorResource

An immutable client-side representation of ServerAdministratorResource.

Method Summary

Modifier and Type Method and Description
abstract AdministratorType administratorType()

Gets the administratorType property: The type of administrator.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract ServerAdministratorResourceInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorResourceInner object.

abstract String login()

Gets the login property: The server administrator login account name.

abstract String name()

Gets the name property: The name of the resource.

abstract UUID sid()

Gets the sid property: The server administrator Sid (Secure ID).

abstract UUID tenantId()

Gets the tenantId property: The server Active Directory Administrator tenant id.

abstract String type()

Gets the type property: The type of the resource.

Method Details

administratorType

public abstract AdministratorType administratorType()

Gets the administratorType property: The type of administrator.

Returns:

the administratorType value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract ServerAdministratorResourceInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorResourceInner object.

Returns:

the inner object.

login

public abstract String login()

Gets the login property: The server administrator login account name.

Returns:

the login value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

sid

public abstract UUID sid()

Gets the sid property: The server administrator Sid (Secure ID).

Returns:

the sid value.

tenantId

public abstract UUID tenantId()

Gets the tenantId property: The server Active Directory Administrator tenant id.

Returns:

the tenantId value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to

Azure SDK for Java

Latest