USqlAssemblyFileInfo 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
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
Azure SDK for .NET