WebAppsOperationsExtensions.CreateOrUpdateHostNameBindingAsync Method

Definition

Creates a hostname binding for an app.

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

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 the app.

hostName
String

Hostname in the hostname binding.

hostNameBinding
HostNameBindingInner

Binding details. This is the JSON representation of a HostNameBinding object.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Creates a hostname binding for an app.

Applies to