次の方法で共有


OperationalInsightsWorkspaceResource.GetStorageInsightAsync メソッド

定義

ストレージ分析情報インスタンスを取得します。

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

パラメーター

storageInsightName
String

storageInsightsConfigs リソースの名前。

cancellationToken
CancellationToken

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

戻り値

例外

storageInsightName は空の文字列であり、空でないと予想されていました。

storageInsightName が null です。

適用対象