次の方法で共有


WebAppsOperationsExtensions.CreateOneDeployOperation メソッド

定義

OneDeploy 発行 Web アプリ拡張機能を呼び出します。

public static object CreateOneDeployOperation (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name);
static member CreateOneDeployOperation : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string -> obj
<Extension()>
Public Function CreateOneDeployOperation (operations As IWebAppsOperations, resourceGroupName As String, name As String) As Object

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

戻り値

注釈

「OneDeploy 発行 Web アプリ拡張機能を呼び出す」の説明。

適用対象