UserSourceInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UserSourceInfo() |
Initializes a new instance of the UserSourceInfo class. |
UserSourceInfo(String, String, String, String) |
Initializes a new instance of the UserSourceInfo class. |
UserSourceInfo()
Initializes a new instance of the UserSourceInfo class.
public UserSourceInfo ();
Public Sub New ()
Applies to
UserSourceInfo(String, String, String, String)
Initializes a new instance of the UserSourceInfo class.
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)
Parameters
- type
- String
Type of the source uploaded. Possible values include: 'Jar', 'Source'
- relativePath
- String
Relative path of the storage which stores the source
- version
- String
Version of the source
- artifactSelector
- String
Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.
Applies to
Azure SDK for .NET