次の方法で共有


IWithDomainVerificationFromWebApp.WithWebAppVerification(IWebAppBase) メソッド

定義

ドメインの所有権を確認する Web アプリを指定します。 Web アプリを証明書のホスト名にバインドする必要があります。

public Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificateOrder.Definition.IWithKeyVault WithWebAppVerification (Microsoft.Azure.Management.AppService.Fluent.IWebAppBase webApp);
abstract member WithWebAppVerification : Microsoft.Azure.Management.AppService.Fluent.IWebAppBase -> Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificateOrder.Definition.IWithKeyVault
Public Function WithWebAppVerification (webApp As IWebAppBase) As IWithKeyVault

パラメーター

webApp
IWebAppBase

ホスト名にバインドされた Web アプリ。

戻り値

適用対象