ParentT - the stage of the parent definition to return to after attachingpublic static interface DomainContact.DefinitionStages.WithLastName<ParentT>
| Modifier and Type | Method and Description |
|---|---|
DomainContact.DefinitionStages.WithEmail<ParentT> |
withLastName(String lastName)
Specifies the last name.
|
DomainContact.DefinitionStages.WithEmail<ParentT> withLastName(String lastName)
lastName - the last nameVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.