IWithRuntimeVersion Interface

Définition

Définition d’application de fonction permettant de spécifier la version du runtime.

public interface IWithRuntimeVersion
type IWithRuntimeVersion = interface
Public Interface IWithRuntimeVersion
Dérivé

Méthodes

WithLatestRuntimeVersion()

Utilise la dernière version du runtime pour l’application de fonction.

WithRuntimeVersion(String)

Spécifie la version du runtime pour l’application de fonction.

S’applique à