你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UserCollaborator 构造函数

定义

重载

UserCollaborator()
UserCollaborator(String)

UserCollaborator()

Source:
UserCollaborator.cs
Source:
UserCollaborator.cs
public UserCollaborator ();
Public Sub New ()

适用于

UserCollaborator(String)

Source:
UserCollaborator.cs
Source:
UserCollaborator.cs
public UserCollaborator (string email = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.UserCollaborator : string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.UserCollaborator
Public Sub New (Optional email As String = Nothing)

参数

email
String

适用于