共用方式為


IDomainContact 介面

定義

網域連絡人定義。

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)
實作

屬性

AddressMailing

取得連絡人的郵寄地址。

Email

取得連絡人的電子郵件地址。

Fax

取得連絡人的傳真編號。

FirstName

取得連絡人的名字。

Inner

網域連絡人定義。

(繼承來源 IHasInner<T>)
JobTitle

取得連絡人的職稱。

Key

網域連絡人定義。

(繼承來源 IIndexable)
LastName

取得連絡人的姓氏。

MiddleName

取得連絡人的中間名。

Name

取得資源的名稱

(繼承來源 IHasName)
Organization

取得連絡人的組織。

Parent

取得這個子資源的父系。

(繼承來源 IHasParent<ParentT>)
Phone

取得連絡人的電話號碼。

適用於