次の方法で共有


WebAppsOperationsExtensions.ListSyncFunctionTriggersSlot メソッド

定義

これは、powershell と ARM テンプレートを介した呼び出しを許可するためです。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

slot
String

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

戻り値

注釈

この説明は、PowerShell と ARM テンプレートを使用した呼び出しを許可することです。

適用対象