WebAppsOperationsExtensions.CreateOrUpdateHostNameBindingAsync メソッド

定義

アプリのホスト名バインドを作成します。

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)

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

hostName
String

ホスト名バインド内のホスト名。

hostNameBinding
HostNameBindingInner

バインドの詳細。 これは、HostNameBinding オブジェクトの JSON 表現です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[説明] アプリのホスト名バインドを作成します。

適用対象