WebAppsOperationsExtensions.AnalyzeCustomHostnameAsync Method

Definition

Analyze a custom hostname.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.CustomHostnameAnalysisResult> AnalyzeCustomHostnameAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string hostName = default, System.Threading.CancellationToken cancellationToken = default);
static member AnalyzeCustomHostnameAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.CustomHostnameAnalysisResult>
<Extension()>
Public Function AnalyzeCustomHostnameAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, Optional hostName As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CustomHostnameAnalysisResult)

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of web app.

hostName
String

Custom hostname.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Analyze a custom hostname.

Applies to