你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UserSourceInfo 构造函数

定义

重载

UserSourceInfo()

初始化 UserSourceInfo 类的新实例。

UserSourceInfo(String, String, String, String)

初始化 UserSourceInfo 类的新实例。

UserSourceInfo()

初始化 UserSourceInfo 类的新实例。

public UserSourceInfo ();
Public Sub New ()

适用于

UserSourceInfo(String, String, String, String)

初始化 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)

参数

type
String

上传的源的类型。 可能的值包括:“Jar”、“Source”

relativePath
String

存储源的存储的相对路径

version
String

源的版本

artifactSelector
String

要用于多模块项目的部署的项目的选择器。 这应该是目标模块/项目的相对路径。

适用于