次の方法で共有


WebAppsOperationsExtensions.CreateOrUpdateHostNameBindingSlot メソッド

定義

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

public static Microsoft.Azure.Management.WebSites.Models.HostNameBinding CreateOrUpdateHostNameBindingSlot(this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string hostName, Microsoft.Azure.Management.WebSites.Models.HostNameBinding hostNameBinding, string slot);
static member CreateOrUpdateHostNameBindingSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.HostNameBinding * string -> Microsoft.Azure.Management.WebSites.Models.HostNameBinding
<Extension()>
Public Function CreateOrUpdateHostNameBindingSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, hostName As String, hostNameBinding As HostNameBinding, slot As String) As HostNameBinding

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

hostName
String

ホスト名バインディング内のホスト名。

hostNameBinding
HostNameBinding

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

slot
String

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

戻り値

注釈

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

適用対象