Interface DomainContact
- All Superinterfaces:
ChildResource<AppServiceDomain>
,HasInnerModel<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
Modifier and TypeMethodDescriptionGets contact's mailing address.email()
Gets contact's email address.fax()
Gets contact's fax number.Gets contact's first name.jobTitle()
Gets contact's job title.lastName()
Gets contact's last name.Gets contact's middle name.Gets contact's organization.phone()
Gets contact's phone number.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
addressMailing
Address addressMailing()Gets contact's mailing address.- Returns:
- contact's mailing address
-
email
String email()Gets contact's email address.- Returns:
- contact's email address
-
fax
String fax()Gets contact's fax number.- Returns:
- contact's fax number
-
jobTitle
String jobTitle()Gets contact's job title.- Returns:
- contact's job title
-
firstName
String firstName()Gets contact's first name.- Returns:
- contact's first name
-
lastName
String lastName()Gets contact's last name.- Returns:
- contact's last name
-
middleName
String middleName()Gets contact's middle name.- Returns:
- contact's middle name
-
organization
String organization()Gets contact's organization.- Returns:
- contact's organization
-
phone
String phone()Gets contact's phone number.- Returns:
- contact's phone number
-