次の方法で共有


OperationalInsightsLinkedStorageAccountsCollection.GetAll メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象