FeaturesExtensions.ListApplicationVersionPatternFeaturesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
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))
Paramètres
- operations
- IFeatures
- appId
- Guid
- versionId
- String
- cancellationToken
- CancellationToken
Retours
- Attributs
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET