ClassicAdministratorProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.graphrbac.ClassicAdministratorProperties

public class ClassicAdministratorProperties

Classic Administrator properties.

Method Summary

Modifier and Type Method and Description
String emailAddress()

Get the emailAddress value.

String role()

Get the role value.

ClassicAdministratorProperties withEmailAddress(String emailAddress)

Set the emailAddress value.

ClassicAdministratorProperties withRole(String role)

Set the role value.

Method Details

emailAddress

public String emailAddress()

Get the emailAddress value.

Returns:

the emailAddress value

role

public String role()

Get the role value.

Returns:

the role value

withEmailAddress

public ClassicAdministratorProperties withEmailAddress(String emailAddress)

Set the emailAddress value.

Parameters:

emailAddress - the emailAddress value to set

Returns:

the ClassicAdministratorProperties object itself.

withRole

public ClassicAdministratorProperties withRole(String role)

Set the role value.

Parameters:

role - the role value to set

Returns:

the ClassicAdministratorProperties object itself.

Applies to