ParentT - the stage of the parent definition to return to after attachingpublic static interface DomainContact.DefinitionStages.WithCity<ParentT>
| Modifier and Type | Method and Description |
|---|---|
DomainContact.DefinitionStages.WithStateOrProvince<ParentT> |
withCity(String city)
Specifies the city of the address.
|
DomainContact.DefinitionStages.WithStateOrProvince<ParentT> withCity(String city)
city - the city of the addressVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.