次の方法で共有


OperationalInsightsLinkedStorageAccountsCollection.GetAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
  • 操作IdLinkedStorageAccounts_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsLinkedStorageAccountsResource>> GetAsync (Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsDataSourceType dataSourceType, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsDataSourceType * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsLinkedStorageAccountsResource>>
override this.GetAsync : Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsDataSourceType * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsLinkedStorageAccountsResource>>
Public Overridable Function GetAsync (dataSourceType As OperationalInsightsDataSourceType, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of OperationalInsightsLinkedStorageAccountsResource))

パラメーター

dataSourceType
OperationalInsightsDataSourceType

リンクされたストレージ アカウントの種類。

cancellationToken
CancellationToken

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

戻り値

適用対象