WebAppsOperationsExtensions.SyncFunctionTriggersSlotAsync メソッド

定義

関数トリガーメタデータをスケール コントローラーに同期する

public static System.Threading.Tasks.Task SyncFunctionTriggersSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, System.Threading.CancellationToken cancellationToken = default);
static member SyncFunctionTriggersSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SyncFunctionTriggersSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

slot
String

デプロイ スロットの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

スケール コントローラーへの Syncs 関数トリガー メタデータの説明

適用対象