Class SupportEngineer
java.lang.Object
com.azure.resourcemanager.support.models.SupportEngineer
Support engineer information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the emailAddress property: Email address of the Azure Support engineer assigned to the support ticket.void
validate()
Validates the instance.
-
Constructor Details
-
SupportEngineer
public SupportEngineer()Creates an instance of SupportEngineer class.
-
-
Method Details
-
emailAddress
Get the emailAddress property: Email address of the Azure Support engineer assigned to the support ticket.- Returns:
- the emailAddress value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-