DatasetResource 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
DatasetResource() |
Initializes a new instance of the DatasetResource class. |
DatasetResource(Dataset, String, String, String, String) |
Initializes a new instance of the DatasetResource class. |
DatasetResource()
Initializes a new instance of the DatasetResource class.
public DatasetResource ();
Public Sub New ()
Applies to
DatasetResource(Dataset, String, String, String, String)
Initializes a new instance of the DatasetResource class.
public DatasetResource (Microsoft.Azure.Management.DataFactory.Models.Dataset properties, string id = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.DataFactory.Models.DatasetResource : Microsoft.Azure.Management.DataFactory.Models.Dataset * string * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.DatasetResource
Public Sub New (properties As Dataset, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)
Parameters
- properties
- Dataset
Dataset properties.
- id
- String
The resource identifier.
- name
- String
The resource name.
- type
- String
The resource type.
- etag
- String
Etag identifies change in the resource.
Applies to
Azure SDK for .NET