次の方法で共有


OperationalInsightsLinkedStorageAccountsCollection.GetAllAsync メソッド

定義

指定したワークスペースに関連付けられているすべてのリンクされたストレージ アカウントを取得します。ストレージ アカウントはデータ ソースの種類で並べ替えられます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts
  • 操作IdLinkedStorageAccounts_ListByWorkspace
public virtual Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsLinkedStorageAccountsResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsLinkedStorageAccountsResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsLinkedStorageAccountsResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OperationalInsightsLinkedStorageAccountsResource)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象