你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FeaturesExtensions.ListApplicationVersionPatternFeaturesAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This operation is deprecated. Please do not use it any longer.
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternFeatureInfo>> ListApplicationVersionPatternFeaturesAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures operations, Guid appId, string versionId, int? skip = 0, int? take = 100, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member ListApplicationVersionPatternFeaturesAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures * Guid * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternFeatureInfo>>
<Extension()>
Public Function ListApplicationVersionPatternFeaturesAsync (operations As IFeatures, appId As Guid, versionId As String, Optional skip As Nullable(Of Integer) = 0, Optional take As Nullable(Of Integer) = 100, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of PatternFeatureInfo))
参数
- operations
- IFeatures
- appId
- Guid
- versionId
- String
- cancellationToken
- CancellationToken
返回
- 属性