public interface DomainContact extends HasInnerModel<Contact>, ChildResource<AppServiceDomain>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DomainContact.Definition<ParentT>
The entirety of a domain contact definition.
|
static interface |
DomainContact.DefinitionStages
Grouping of domain contact stages applicable as part of a domain creation.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
addressMailing() |
String |
email() |
String |
fax() |
String |
firstName() |
String |
jobTitle() |
String |
lastName() |
String |
middleName() |
String |
organization() |
String |
phone() |
innerModelAddress addressMailing()
String email()
String fax()
String jobTitle()
String firstName()
String lastName()
String middleName()
String organization()
String phone()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.