次の方法で共有


WebAppsOperationsExtensions.CreateOrUpdateHostNameBinding メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

hostName
String

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

hostNameBinding
HostNameBinding

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

戻り値

注釈

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

適用対象