WebAppsOperationsExtensions.ListSyncFunctionTriggersSlot Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Il s’agit d’autoriser l’appel via powershell et un modèle 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
Paramètres
- operations
- IWebAppsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources auquel appartient la ressource.
- name
- String
Nom de l’application.
- slot
- String
Nom de l’emplacement de déploiement.
Retours
Remarques
Description de Ceci permet d’appeler via powershell et un modèle ARM.
S’applique à
Azure SDK for .NET