Udostępnij za pośrednictwem


WebAppsOperationsExtensions.CreateOrUpdateHostNameBindingAsync Metoda

Definicja

Tworzy powiązanie nazwy hosta dla aplikacji.

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)

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa aplikacji.

hostName
String

Nazwa hosta w powiązaniu nazwy hosta.

hostNameBinding
HostNameBindingInner

Szczegóły powiązania. Jest to reprezentacja JSON obiektu HostNameBinding.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis tworzenia powiązania nazwy hosta dla aplikacji.

Dotyczy