ParentT - the stage of the parent definition to return to after attachingpublic static interface DomainContact.DefinitionStages.WithEmail<ParentT>
| Modifier and Type | Method and Description |
|---|---|
DomainContact.DefinitionStages.WithAddressLine1<ParentT> |
withEmail(String email)
Specifies the email.
|
DomainContact.DefinitionStages.WithAddressLine1<ParentT> withEmail(String email)
email - contact's email addressVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.