次の方法で共有


StorageInsightConfigsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

ストレージ分析情報を作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight> CreateOrUpdateAsync (this Microsoft.Azure.Management.OperationalInsights.IStorageInsightConfigsOperations operations, string resourceGroupName, string workspaceName, string storageInsightName, Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.OperationalInsights.IStorageInsightConfigsOperations * string * string * string * Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IStorageInsightConfigsOperations, resourceGroupName As String, workspaceName As String, storageInsightName As String, parameters As StorageInsight, Optional cancellationToken As CancellationToken = Nothing) As Task(Of StorageInsight)

パラメーター

operations
IStorageInsightConfigsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前。

storageInsightName
String

storageInsightsConfigs リソースの名前

parameters
StorageInsight

ストレージ分析情報を作成または更新するために必要なパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象