FunctionEnvelope Classe
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.
Informations sur la fonction.
[Microsoft.Rest.Serialization.JsonTransformation]
public class FunctionEnvelope : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FunctionEnvelope = class
inherit ProxyOnlyResource
Public Class FunctionEnvelope
Inherits ProxyOnlyResource
- Héritage
- Attributs
Constructeurs
FunctionEnvelope() |
Initialise une nouvelle instance de la classe FunctionEnvelope. |
FunctionEnvelope(String, String, String, String, String, String, String, String, String, String, String, Object, IDictionary<String, String>, String, String, String, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe FunctionEnvelope. |
Propriétés
Config |
Obtient ou définit des informations de configuration. |
ConfigHref |
Obtient ou définit l’URI de configuration. |
Files |
Obtient ou définit la liste de fichiers. |
FunctionAppId |
Obtient ou définit l’ID d’application de fonction. |
Href |
Obtient ou définit l’URI de fonction. |
Id |
Obtient l’ID de ressource. (Hérité de ProxyOnlyResource) |
InvokeUrlTemplate |
Obtient ou définit l’URL d’appel |
IsDisabled |
Obtient ou définit une valeur indiquant si la fonction est désactivée |
Kind |
Obtient ou définit le type de ressource. (Hérité de ProxyOnlyResource) |
Language |
Obtient ou définit la langue de fonction |
Name |
Obtient le nom de la ressource. (Hérité de ProxyOnlyResource) |
ScriptHref |
Obtient ou définit l’URI de script. |
ScriptRootPathHref |
Obtient ou définit l’URI de chemin racine du script. |
SecretsFileHref |
Obtient ou définit l’URI du fichier de secrets. |
TestData |
Obtient ou définit les données de test utilisées lors du test via le portail Azure. |
TestDataHref |
Obtient ou définit l’URI des données de test. |
Type |
Obtient le type de ressource. (Hérité de ProxyOnlyResource) |
S’applique à
Azure SDK for .NET