HiveProperties Constructor
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
HiveProperties() | Initializes a new instance of the HiveProperties class. |
![]() |
HiveProperties(String) | Initializes a new instance of the HiveProperties class with required arguments. |
See Also
HiveProperties Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top
HiveProperties Constructor ()
Initializes a new instance of the HiveProperties class.
Syntax
public HiveProperties()
public:
HiveProperties()
new : unit -> HiveProperties
Public Sub New
Return to top
HiveProperties Constructor (String)
Initializes a new instance of the HiveProperties class with required arguments.
Syntax
public HiveProperties(
string script
)
public:
HiveProperties(
String^ script
)
new :
script:string -> HiveProperties
Public Sub New (
script As String
)
Parameters
- script
Type: System.String
Return to top
.jpeg)