次の方法で共有


WebAppsOperationsExtensions.CreateOrUpdateHostNameBindingSlotAsync メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

hostName
String

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

hostNameBinding
HostNameBinding

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

slot
String

デプロイ スロットの名前。 スロットが指定されていない場合、API によって運用スロットのバインドが作成されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象