ClassicAdministratorProperties Class
- java.
lang. Object - com.
microsoft. azure. management. graphrbac. ClassicAdministratorProperties
- com.
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. |
Classic |
withEmailAddress(String emailAddress)
Set the emailAddress value. |
Classic |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java