DataSourcesOperationsExtensions.GetAsync メソッド

定義

データソース定義を取得します。 https://docs.microsoft.com/rest/api/searchservice/Get-Data-Source

public static System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.DataSource> GetAsync (this Microsoft.Azure.Search.IDataSourcesOperations operations, string dataSourceName, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Search.IDataSourcesOperations * string * Microsoft.Azure.Search.Models.SearchRequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.DataSource>
<Extension()>
Public Function GetAsync (operations As IDataSourcesOperations, dataSourceName As String, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataSource)

パラメーター

operations
IDataSourcesOperations

この拡張メソッドの操作グループ。

dataSourceName
String

取得するデータソースの名前。

searchRequestOptions
SearchRequestOptions

操作の追加パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象