RuntimeStack(String, String) Constructeur
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.
Crée un niveau tarifaire App Service personnalisé.
public RuntimeStack (string stack, string version);
new Microsoft.Azure.Management.AppService.Fluent.RuntimeStack : string * string -> Microsoft.Azure.Management.AppService.Fluent.RuntimeStack
Public Sub New (stack As String, version As String)
Paramètres
- stack
- String
Nom de la pile de langues.
- version
- String
Version du runtime.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET