WebAppStack Constructeurs
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.
Surcharges
WebAppStack() |
Initialise une nouvelle instance de la classe WebAppStack. |
WebAppStack(String, String, String, String, String, String, String, IList<WebAppMajorVersion>, Nullable<StackPreferredOs>) |
Initialise une nouvelle instance de la classe WebAppStack. |
WebAppStack()
Initialise une nouvelle instance de la classe WebAppStack.
public WebAppStack ();
Public Sub New ()
S’applique à
WebAppStack(String, String, String, String, String, String, String, IList<WebAppMajorVersion>, Nullable<StackPreferredOs>)
Initialise une nouvelle instance de la classe WebAppStack.
public WebAppStack (string id = default, string name = default, string kind = default, string type = default, string location = default, string displayText = default, string value = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.WebAppMajorVersion> majorVersions = default, Microsoft.Azure.Management.WebSites.Models.StackPreferredOs? preferredOs = default);
new Microsoft.Azure.Management.WebSites.Models.WebAppStack : string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.WebAppMajorVersion> * Nullable<Microsoft.Azure.Management.WebSites.Models.StackPreferredOs> -> Microsoft.Azure.Management.WebSites.Models.WebAppStack
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional displayText As String = Nothing, Optional value As String = Nothing, Optional majorVersions As IList(Of WebAppMajorVersion) = Nothing, Optional preferredOs As Nullable(Of StackPreferredOs) = Nothing)
Paramètres
- id
- String
ID de ressource.
- name
- String
Nom de la ressource.
- kind
- String
Type de ressource.
- type
- String
Type de ressource.
- location
- String
Emplacement de la pile de l’application web.
- displayText
- String
Pile d’applications web (affichage uniquement).
- value
- String
Nom de la pile de l’application web.
- majorVersions
- IList<WebAppMajorVersion>
Liste des versions principales disponibles.
- preferredOs
- Nullable<StackPreferredOs>
Système d’exploitation préféré de la pile d’applications web. Les valeurs possibles sont les suivantes : « Windows », « Linux »
S’applique à
Azure SDK for .NET