次の方法で共有


WebAppsOperationsExtensions.AnalyzeCustomHostnameSlot メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

slot
String

Web アプリ スロットの名前。 指定しない場合、既定では運用スロットになります。

hostName
String

カスタム ホスト名。

戻り値

注釈

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

適用対象