IUpdateDefinition<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET