Compartilhar via


WebAppsOperationsExtensions.AnalyzeCustomHostnameSlot Método

Definição

Analisar um nome de host personalizado.

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

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do aplicativo Web.

slot
String

Nome do slot do aplicativo Web. Se não for especificado, o padrão será o slot de produção.

hostName
String

Nome do host personalizado.

Retornos

Comentários

Descrição de Analisar um nome de host personalizado.

Aplica-se a