次の方法で共有


TablesOperationsExtensions.CreateOrUpdateAsync メソッド

定義

Log Analytics ワークスペース テーブルを更新または作成します。

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

パラメーター

operations
ITablesOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

tableName
String

テーブルの名前。

parameters
Table

テーブルのプロパティを更新するために必要なパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象