Project 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
Project() |
Initializes a new instance of the Project class. |
Project(String, String, ProjectSettings, Guid, DateTime, DateTime, String, Nullable<Boolean>, String) |
Project()
- Source:
- Project.cs
- Source:
- Project.cs
Initializes a new instance of the Project class.
public Project ();
Public Sub New ()
Applies to
Project(String, String, ProjectSettings, Guid, DateTime, DateTime, String, Nullable<Boolean>, String)
- Source:
- Project.cs
- Source:
- Project.cs
public Project (string name, string description, Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ProjectSettings settings, Guid id = default, DateTime created = default, DateTime lastModified = default, string thumbnailUri = default, bool? drModeEnabled = default, string status = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Project : string * string * Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ProjectSettings * Guid * DateTime * DateTime * string * Nullable<bool> * string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Project
Public Sub New (name As String, description As String, settings As ProjectSettings, Optional id As Guid = Nothing, Optional created As DateTime = Nothing, Optional lastModified As DateTime = Nothing, Optional thumbnailUri As String = Nothing, Optional drModeEnabled As Nullable(Of Boolean) = Nothing, Optional status As String = Nothing)
Parameters
- name
- String
- description
- String
- settings
- ProjectSettings
- id
- Guid
- created
- DateTime
- lastModified
- DateTime
- thumbnailUri
- String
- status
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET