你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IFeatures 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface IFeatures
type IFeatures = interface
Public Interface IFeatures
- 派生
-
方法
AddEntityFeatureWithHttpMessagesAsync(Guid, String, Guid, ModelFeatureInformation, Dictionary<String,List<String>>, CancellationToken)
|
AddIntentFeatureWithHttpMessagesAsync(Guid, String, Guid, ModelFeatureInformation, Dictionary<String,List<String>>, CancellationToken)
|
AddPhraseListWithHttpMessagesAsync(Guid, String, PhraselistCreateObject, Dictionary<String,List<String>>, CancellationToken)
|
DeletePhraseListWithHttpMessagesAsync(Guid, String, Int32, Dictionary<String,List<String>>, CancellationToken)
|
GetPhraseListWithHttpMessagesAsync(Guid, String, Int32, Dictionary<String,List<String>>, CancellationToken)
|
ListApplicationVersionPatternFeaturesWithHttpMessagesAsync(Guid,
String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,
List<String>>, CancellationToken)
|
ListPhraseListsWithHttpMessagesAsync(Guid, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
|
ListWithHttpMessagesAsync(Guid, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
|
UpdatePhraseListWithHttpMessagesAsync(Guid, String, Int32, PhraselistUpdateObject, Dictionary<String,List<String>>, CancellationToken)
|
扩展方法
AddEntityFeatureAsync(IFeatures, Guid, String, Guid, ModelFeatureInformation, CancellationToken)
|
AddIntentFeatureAsync(IFeatures, Guid, String, Guid, ModelFeatureInformation, CancellationToken)
|
AddPhraseListAsync(IFeatures, Guid, String, PhraselistCreateObject, CancellationToken)
|
DeletePhraseListAsync(IFeatures, Guid, String, Int32, CancellationToken)
|
GetPhraseListAsync(IFeatures, Guid, String, Int32, CancellationToken)
|
ListApplicationVersionPatternFeaturesAsync(IFeatures, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
|
ListAsync(IFeatures, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
|
ListPhraseListsAsync(IFeatures, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
|
UpdatePhraseListAsync(IFeatures, Guid, String, Int32, PhraselistUpdateObject, CancellationToken)
|
适用于