次の方法で共有


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

連絡先の FAX 番号を取得します。

FirstName

連絡先の名を取得します。

Inner

ドメイン連絡先の定義。

(継承元 IHasInner<T>)
JobTitle

連絡先の役職を取得します。

Key

ドメイン連絡先の定義。

(継承元 IIndexable)
LastName

連絡先の姓を取得します。

MiddleName

連絡先のミドル ネームを取得します。

Name

リソースの名前を取得します

(継承元 IHasName)
Organization

連絡先のorganizationを取得します。

Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
Phone

連絡先の電話番号を取得します。

適用対象