次の方法で共有


ClassicAdministratorInner Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.ClassicAdministratorInner

public final class ClassicAdministratorInner

Classic Administrators.

Constructor Summary

Constructor Description
ClassicAdministratorInner()

Creates an instance of ClassicAdministratorInner class.

Method Summary

Modifier and Type Method and Description
String emailAddress()

Get the emailAddress property: The email address of the administrator.

String id()

Get the id property: The ID of the administrator.

String name()

Get the name property: The name of the administrator.

String role()

Get the role property: The role of the administrator.

String type()

Get the type property: The type of the administrator.

void validate()

Validates the instance.

ClassicAdministratorInner withEmailAddress(String emailAddress)

Set the emailAddress property: The email address of the administrator.

ClassicAdministratorInner withId(String id)

Set the id property: The ID of the administrator.

ClassicAdministratorInner withName(String name)

Set the name property: The name of the administrator.

ClassicAdministratorInner withRole(String role)

Set the role property: The role of the administrator.

ClassicAdministratorInner withType(String type)

Set the type property: The type of the administrator.

Methods inherited from java.lang.Object

Constructor Details

ClassicAdministratorInner

public ClassicAdministratorInner()

Creates an instance of ClassicAdministratorInner class.

Method Details

emailAddress

public String emailAddress()

Get the emailAddress property: The email address of the administrator.

Returns:

the emailAddress value.

id

public String id()

Get the id property: The ID of the administrator.

Returns:

the id value.

name

public String name()

Get the name property: The name of the administrator.

Returns:

the name value.

role

public String role()

Get the role property: The role of the administrator.

Returns:

the role value.

type

public String type()

Get the type property: The type of the administrator.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withEmailAddress

public ClassicAdministratorInner withEmailAddress(String emailAddress)

Set the emailAddress property: The email address of the administrator.

Parameters:

emailAddress - the emailAddress value to set.

Returns:

the ClassicAdministratorInner object itself.

withId

public ClassicAdministratorInner withId(String id)

Set the id property: The ID of the administrator.

Parameters:

id - the id value to set.

Returns:

the ClassicAdministratorInner object itself.

withName

public ClassicAdministratorInner withName(String name)

Set the name property: The name of the administrator.

Parameters:

name - the name value to set.

Returns:

the ClassicAdministratorInner object itself.

withRole

public ClassicAdministratorInner withRole(String role)

Set the role property: The role of the administrator.

Parameters:

role - the role value to set.

Returns:

the ClassicAdministratorInner object itself.

withType

public ClassicAdministratorInner withType(String type)

Set the type property: The type of the administrator.

Parameters:

type - the type value to set.

Returns:

the ClassicAdministratorInner object itself.

Applies to