次の方法で共有


IUpdateDefinition<ParentT> インターフェイス

定義

Web アプリの更新プログラムの一部としてのホスト名バインド定義の全体。

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.UpdateDefinition.IWithDomain<ParentT>, Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.UpdateDefinition.IWithHostNameDnsRecordType<ParentT>, Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.UpdateDefinition.IWithSubDomain<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithDomain<'ParentT>
    interface IWithSubDomain<'ParentT>
    interface IWithHostNameDnsRecordType<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithDomain(Of ParentT), IWithHostNameDnsRecordType(Of ParentT), IWithSubDomain(Of ParentT)

型パラメーター

ParentT

最終的な UpdateDefinitionStages.WithAttach.attach() の戻り値の型。

実装

メソッド

Attach()

Web アプリの更新プログラムの一部としてのホスト名バインド定義の全体。

(継承元 IInUpdate<ParentT>)
WithAzureManagedDomain(IAppServiceDomain)

Azure から購入したドメインにバインドします。

(継承元 IWithDomain<ParentT>)
WithDnsRecordType(CustomHostNameDnsRecordType)

DNS レコードの種類を指定します。

(継承元 IWithHostNameDnsRecordType<ParentT>)
WithSubDomain(String)

バインドするサブドメインを指定します。

(継承元 IWithSubDomain<ParentT>)
WithThirdPartyDomain(String)

サード パーティのドメインにバインドします。

(継承元 IWithDomain<ParentT>)

適用対象