Interface DomainContact

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource<AppServiceDomain>, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<Contact>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<AppServiceDomain>, com.azure.resourcemanager.resources.fluentcore.model.Indexable

public interface DomainContact extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<Contact>, com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource<AppServiceDomain>
A domain contact definition.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static 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 Type
    Method
    Description
    Gets contact's mailing address.
    Gets contact's email address.
    fax()
    Gets contact's fax number.
    Gets contact's first name.
    Gets contact's job title.
    Gets contact's last name.
    Gets contact's middle name.
    Gets contact's organization.
    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

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent

    parent

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable

    key
  • 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