次の方法で共有


TablesOperationsExtensions.Migrate メソッド

定義

Log Analytics テーブルを Data Collector API およびカスタム フィールド機能のサポートから、データ収集ルールベースのカスタム ログのサポートに移行します。

public static void Migrate(this Microsoft.Azure.Management.OperationalInsights.ITablesOperations operations, string resourceGroupName, string workspaceName, string tableName);
static member Migrate : Microsoft.Azure.Management.OperationalInsights.ITablesOperations * string * string * string -> unit
<Extension()>
Public Sub Migrate (operations As ITablesOperations, resourceGroupName As String, workspaceName As String, tableName As String)

パラメーター

operations
ITablesOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

tableName
String

テーブルの名前。

適用対象