次の方法で共有


WebAppsOperationsExtensions.SyncFunctionTriggers メソッド

定義

関数トリガーメタデータを管理データベースに同期します

public static void SyncFunctionTriggers(this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name);
static member SyncFunctionTriggers : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string -> unit
<Extension()>
Public Sub SyncFunctionTriggers (operations As IWebAppsOperations, resourceGroupName As String, name As String)

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

注釈

管理データベースへの Syncs 関数トリガー メタデータの説明

適用対象