UserSourceInfo 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
UserSourceInfo() |
Initialise une nouvelle instance de la classe UserSourceInfo. |
UserSourceInfo(String, String, String, String) |
Initialise une nouvelle instance de la classe UserSourceInfo. |
UserSourceInfo()
Initialise une nouvelle instance de la classe UserSourceInfo.
public UserSourceInfo ();
Public Sub New ()
S’applique à
UserSourceInfo(String, String, String, String)
Initialise une nouvelle instance de la classe UserSourceInfo.
public UserSourceInfo (string type = default, string relativePath = default, string version = default, string artifactSelector = default);
new Microsoft.Azure.Management.AppPlatform.Models.UserSourceInfo : string * string * string * string -> Microsoft.Azure.Management.AppPlatform.Models.UserSourceInfo
Public Sub New (Optional type As String = Nothing, Optional relativePath As String = Nothing, Optional version As String = Nothing, Optional artifactSelector As String = Nothing)
Paramètres
- type
- String
Type de la source chargée. Les valeurs possibles sont les suivantes : 'Jar', 'Source'
- relativePath
- String
Chemin relatif du stockage qui stocke la source
- version
- String
Version de la source
- artifactSelector
- String
Sélecteur de l’artefact à utiliser pour le déploiement de projets multi-modules. Il doit s’agir du chemin relatif du module/projet cible.
S’applique à
Azure SDK for .NET