PlanUpdateModel Constructor
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.
public PlanUpdateModel(string name = "", string description = "", Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference area = null, string iteration = "", Microsoft.VisualStudio.Services.WebApi.IdentityRef owner = null, string startDate = "", string endDate = "", Microsoft.TeamFoundation.TestManagement.WebApi.TestEnvironment manualTestEnvironment = null, Microsoft.TeamFoundation.TestManagement.WebApi.TestEnvironment automatedTestEnvironment = null, Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings manualTestSettings = null, Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings automatedTestSettings = null, Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference build = null, string state = "", string status = "");
new Microsoft.TeamFoundation.TestManagement.WebApi.PlanUpdateModel : string * string * Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference * string * Microsoft.VisualStudio.Services.WebApi.IdentityRef * string * string * Microsoft.TeamFoundation.TestManagement.WebApi.TestEnvironment * Microsoft.TeamFoundation.TestManagement.WebApi.TestEnvironment * Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings * Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings * Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference * string * string -> Microsoft.TeamFoundation.TestManagement.WebApi.PlanUpdateModel
Public Sub New (Optional name As String = "", Optional description As String = "", Optional area As ShallowReference = null, Optional iteration As String = "", Optional owner As IdentityRef = null, Optional startDate As String = "", Optional endDate As String = "", Optional manualTestEnvironment As TestEnvironment = null, Optional automatedTestEnvironment As TestEnvironment = null, Optional manualTestSettings As TestSettings = null, Optional automatedTestSettings As TestSettings = null, Optional build As ShallowReference = null, Optional state As String = "", Optional status As String = "")
Parameters
- name
- String
- description
- String
- area
- ShallowReference
- iteration
- String
- owner
- Microsoft.VisualStudio.Services.WebApi.IdentityRef
- startDate
- String
- endDate
- String
- manualTestEnvironment
- TestEnvironment
- automatedTestEnvironment
- TestEnvironment
- manualTestSettings
- TestSettings
- automatedTestSettings
- TestSettings
- build
- ShallowReference
- state
- String
- status
- String