你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClassicAdministratorProperties Class

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

Implements

public final class ClassicAdministratorProperties
implements JsonSerializable<ClassicAdministratorProperties>

Classic Administrator properties.

Constructor Summary

Constructor Description
ClassicAdministratorProperties()

Creates an instance of ClassicAdministratorProperties class.

Method Summary

Modifier and Type Method and Description
String emailAddress()

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

static ClassicAdministratorProperties fromJson(JsonReader jsonReader)

Reads an instance of ClassicAdministratorProperties from the JsonReader.

String role()

Get the role property: The role of the administrator.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ClassicAdministratorProperties withEmailAddress(String emailAddress)

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

ClassicAdministratorProperties withRole(String role)

Set the role property: The role of the administrator.

Methods inherited from java.lang.Object

Constructor Details

ClassicAdministratorProperties

public ClassicAdministratorProperties()

Creates an instance of ClassicAdministratorProperties class.

Method Details

emailAddress

public String emailAddress()

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

Returns:

the emailAddress value.

fromJson

public static ClassicAdministratorProperties fromJson(JsonReader jsonReader)

Reads an instance of ClassicAdministratorProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ClassicAdministratorProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ClassicAdministratorProperties.

role

public String role()

Get the role property: The role of the administrator.

Returns:

the role value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withEmailAddress

public ClassicAdministratorProperties withEmailAddress(String emailAddress)

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

Parameters:

emailAddress - the emailAddress value to set.

Returns:

the ClassicAdministratorProperties object itself.

withRole

public ClassicAdministratorProperties withRole(String role)

Set the role property: The role of the administrator.

Parameters:

role - the role value to set.

Returns:

the ClassicAdministratorProperties object itself.

Applies to