次の方法で共有


OperationalInsightsDataSourceCollection.GetAll メソッド

定義

次のページへのリンクを含むワークスペース内のデータ ソース インスタンスの最初のページを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources
  • 操作IdDataSources_ListByWorkspace
public virtual Azure.Pageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataSourceResource> GetAll (string filter, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataSourceResource>
override this.GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataSourceResource>
Public Overridable Function GetAll (filter As String, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of OperationalInsightsDataSourceResource)

パラメーター

filter
String

操作に適用するフィルター。

skipToken
String

データ ソース インスタンスのコレクションの開始点。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の OperationalInsightsDataSourceResource サービス要求を受け取る可能性がある のコレクション。

例外

filter が null です。

適用対象