TaskResponse 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
TaskResponse() |
Initializes a new instance of the TaskResponse class. |
TaskResponse(String) |
Initializes a new instance of the TaskResponse class with required arguments. |
TaskResponse()
Initializes a new instance of the TaskResponse class.
public TaskResponse ();
Public Sub New ()
Applies to
TaskResponse(String)
Initializes a new instance of the TaskResponse class with required arguments.
public TaskResponse (string taskId);
new Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse : string -> Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse
Public Sub New (taskId As String)
Parameters
- taskId
- String