Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition Namespace

Interfaces

IBlank<ParentT>

The first stage of a domain contact definition.

IDefinition<ParentT>

The entirety of a domain contact definition.

IWithAddressLine1<ParentT>

The stage of contact definition allowing 1st line of address to be set.

IWithAddressLine2<ParentT>

The stage of contact definition allowing 2nd line of address to be set.

IWithAttach<ParentT>

The final stage of the domain contact definition. At this stage, any remaining optional settings can be specified, or the domain contact definition can be attached to the parent domain definition using WithAttach.attach().

IWithCity<ParentT>

The stage of contact definition allowing city to be set.

IWithCountry<ParentT>

The stage of contact definition allowing country to be set.

IWithEmail<ParentT>

The stage of contact definition allowing email to be set.

IWithFaxNumber<ParentT>

The stage of contact definition allowing fax number to be set.

IWithFirstName<ParentT>

The stage of contact definition allowing first name to be set.

IWithJobTitle<ParentT>

The stage of contact definition allowing job title to be set.

IWithLastName<ParentT>

The stage of contact definition allowing last name to be set.

IWithMiddleName<ParentT>

The stage of contact definition allowing middle name to be set.

IWithOrganization<ParentT>

The stage of contact definition allowing organization to be set.

IWithPhoneCountryCode<ParentT>

The stage of contact definition allowing phone country code to be set.

IWithPhoneNumber<ParentT>

The stage of contact definition allowing phone number to be set.

IWithPostalCode<ParentT>

The stage of contact definition allowing postal/zip code to be set.

IWithStateOrProvince<ParentT>

The stage of contact definition allowing state/province to be set.