ProjectTask 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
ProjectTask() |
Initializes a new instance of the ProjectTask class. |
ProjectTask(String, String, String, String, ProjectTaskProperties) |
Initializes a new instance of the ProjectTask class. |
ProjectTask()
Initializes a new instance of the ProjectTask class.
public ProjectTask ();
Public Sub New ()
Applies to
ProjectTask(String, String, String, String, ProjectTaskProperties)
Initializes a new instance of the ProjectTask class.
public ProjectTask (string id = default, string name = default, string type = default, string etag = default, Microsoft.Azure.Management.DataMigration.Models.ProjectTaskProperties properties = default);
new Microsoft.Azure.Management.DataMigration.Models.ProjectTask : string * string * string * string * Microsoft.Azure.Management.DataMigration.Models.ProjectTaskProperties -> Microsoft.Azure.Management.DataMigration.Models.ProjectTask
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional properties As ProjectTaskProperties = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- etag
- String
HTTP strong entity tag value. This is ignored if submitted.
- properties
- ProjectTaskProperties
Custom task properties