JobResource 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
JobResource() |
Initializes a new instance of the JobResource class. |
JobResource(String, String, Nullable<JobResourceType>) |
Initializes a new instance of the JobResource class. |
JobResource()
Initializes a new instance of the JobResource class.
public JobResource ();
Public Sub New ()
Applies to
JobResource(String, String, Nullable<JobResourceType>)
Initializes a new instance of the JobResource class.
public JobResource (string name = default, string resourcePath = default, Microsoft.Azure.Management.DataLake.Analytics.Models.JobResourceType? type = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource : string * string * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.JobResourceType> -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource
Public Sub New (Optional name As String = Nothing, Optional resourcePath As String = Nothing, Optional type As Nullable(Of JobResourceType) = Nothing)
Parameters
- name
- String
The name of the resource.
- resourcePath
- String
The path to the resource.
- type
- Nullable<JobResourceType>
The job resource type. Possible values include: 'VertexResource', 'JobManagerResource', 'StatisticsResource', 'VertexResourceInUserFolder', 'JobManagerResourceInUserFolder', 'StatisticsResourceInUserFolder'
Applies to
Azure SDK for .NET