Sdílet prostřednictvím


USqlAssemblyFileInfo Constructors

Definition

Overloads

USqlAssemblyFileInfo()

Initializes a new instance of the USqlAssemblyFileInfo class.

USqlAssemblyFileInfo(String, String, String)

Initializes a new instance of the USqlAssemblyFileInfo class.

USqlAssemblyFileInfo()

Initializes a new instance of the USqlAssemblyFileInfo class.

public USqlAssemblyFileInfo ();
Public Sub New ()

Applies to

USqlAssemblyFileInfo(String, String, String)

Initializes a new instance of the USqlAssemblyFileInfo class.

public USqlAssemblyFileInfo (string type = default, string originalPath = default, string contentPath = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyFileInfo : string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyFileInfo
Public Sub New (Optional type As String = Nothing, Optional originalPath As String = Nothing, Optional contentPath As String = Nothing)

Parameters

type
String

the assembly file type. Possible values include: 'Assembly', 'Resource', 'Nodeploy'

originalPath
String

the the original path to the assembly file.

contentPath
String

the the content path to the assembly file.

Applies to