IntegrationRuntimeObjectMetadataOperationsExtensions.ListAsync メソッド

定義

統合ランタイム オブジェクトのメタデータを取得する

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SsisObjectMetadataListResponse> ListAsync (this Microsoft.Azure.Management.Synapse.IIntegrationRuntimeObjectMetadataOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName, Microsoft.Azure.Management.Synapse.Models.GetSsisObjectMetadataRequest getMetadataRequest = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Synapse.IIntegrationRuntimeObjectMetadataOperations * string * string * string * Microsoft.Azure.Management.Synapse.Models.GetSsisObjectMetadataRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SsisObjectMetadataListResponse>
<Extension()>
Public Function ListAsync (operations As IIntegrationRuntimeObjectMetadataOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, Optional getMetadataRequest As GetSsisObjectMetadataRequest = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SsisObjectMetadataListResponse)

パラメーター

operations
IIntegrationRuntimeObjectMetadataOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前。

integrationRuntimeName
String

統合ランタイムの名前

getMetadataRequest
GetSsisObjectMetadataRequest

SSIS オブジェクトメタデータを取得するためのパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

統合ランタイムからオブジェクト メタデータを取得する

適用対象