IDomainContact Interface

Definition

A domain contact definition.

public interface IDomainContact : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.Contact>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>
type IDomainContact = interface
    interface IBeta
    interface IHasInner<Contact>
    interface IChildResource<IAppServiceDomain>
    interface IHasName
    interface IIndexable
    interface IHasParent<IAppServiceDomain>
Public Interface IDomainContact
Implements IBeta, IChildResource(Of IAppServiceDomain), IHasInner(Of Contact), IHasParent(Of IAppServiceDomain)
Implements

Properties

AddressMailing

Gets contact's mailing address.

Email

Gets contact's email address.

Fax

Gets contact's fax number.

FirstName

Gets contact's first name.

Inner (Inherited from IHasInner<T>)
JobTitle

Gets contact's job title.

Key (Inherited from IIndexable)
LastName

Gets contact's last name.

MiddleName

Gets contact's middle name.

Name

Gets the name of the resource

(Inherited from IHasName)
Organization

Gets contact's organization.

Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
Phone

Gets contact's phone number.

Applies to