次の方法で共有


WebAppsOperationsExtensions.AnalyzeCustomHostname メソッド

定義

カスタム ホスト名を分析します。

public static Microsoft.Azure.Management.WebSites.Models.CustomHostnameAnalysisResult AnalyzeCustomHostname (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string hostName = default);
static member AnalyzeCustomHostname : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string -> Microsoft.Azure.Management.WebSites.Models.CustomHostnameAnalysisResult
<Extension()>
Public Function AnalyzeCustomHostname (operations As IWebAppsOperations, resourceGroupName As String, name As String, Optional hostName As String = Nothing) As CustomHostnameAnalysisResult

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

Web アプリの名前。

hostName
String

カスタム ホスト名。

戻り値

注釈

カスタム ホスト名の分析に関する説明。

適用対象