Interface DomainContact
- All Superinterfaces:
ChildResource<AppServiceDomain>
,HasInner<Contact>
,HasName
,HasParent<AppServiceDomain>
,Indexable
A domain contact definition.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of a domain contact definition.static interface
Grouping of domain contact stages applicable as part of a domain creation. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
addressMailing
Address addressMailing()- Returns:
- contact's mailing address
-
email
String email()- Returns:
- contact's email address
-
fax
String fax()- Returns:
- contact's fax number
-
jobTitle
String jobTitle()- Returns:
- contact's job title
-
firstName
String firstName()- Returns:
- contact's first name
-
lastName
String lastName()- Returns:
- contact's last name
-
middleName
String middleName()- Returns:
- contact's middle name
-
organization
String organization()- Returns:
- contact's organization
-
phone
String phone()- Returns:
- contact's phone number
-