EndpointSettingsExtensions.GetSettingsAsync Method
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.
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.EndpointSettingsDTO> GetSettingsAsync (this Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.IEndpointSettings operations, System.Threading.CancellationToken cancellationToken = default);
static member GetSettingsAsync : Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.IEndpointSettings * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.EndpointSettingsDTO>
<Extension()>
Public Function GetSettingsAsync (operations As IEndpointSettings, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EndpointSettingsDTO)
Parameters
- operations
- IEndpointSettings
- cancellationToken
- CancellationToken