ParentT - the stage of the parent definition to return to after attachingpublic static interface DomainContact.DefinitionStages.WithPhoneCountryCode<ParentT>
| Modifier and Type | Method and Description |
|---|---|
DomainContact.DefinitionStages.WithPhoneNumber<ParentT> |
withPhoneCountryCode(CountryPhoneCode code)
Specifies the country code of the phone number.
|
DomainContact.DefinitionStages.WithPhoneNumber<ParentT> withPhoneCountryCode(CountryPhoneCode code)
code - the country codeVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.