Interface DomainContact
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<AppServiceDomain>,com.microsoft.azure.management.resources.fluentcore.model.HasInner<Contact>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<AppServiceDomain>,com.microsoft.azure.management.resources.fluentcore.model.Indexable
@Beta public interface DomainContact extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<Contact>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<AppServiceDomain>
A domain contact definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDomainContact.Definition<ParentT>The entirety of a domain contact definition.static interfaceDomainContact.DefinitionStagesGrouping of domain contact stages applicable as part of a domain creation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressaddressMailing()Stringemail()Stringfax()StringfirstName()StringjobTitle()StringlastName()StringmiddleName()Stringorganization()Stringphone()-
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 Detail
-
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
-
-