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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET