ClassicAdministratorProperties Class

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

Implements

public final class ClassicAdministratorProperties
implements JsonSerializable<ClassicAdministratorProperties>

Classic Administrator properties.

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.

Methods inherited from java.lang.Object

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.

Applies to