次の方法で共有


TableResourcesOperationsExtensions.MigrateTableToAutoscale メソッド

定義

Azure Cosmos DB テーブルを手動スループットから自動スケーリングに移行する

public static Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults MigrateTableToAutoscale(this Microsoft.Azure.Management.CosmosDB.ITableResourcesOperations operations, string resourceGroupName, string accountName, string tableName);
static member MigrateTableToAutoscale : Microsoft.Azure.Management.CosmosDB.ITableResourcesOperations * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults
<Extension()>
Public Function MigrateTableToAutoscale (operations As ITableResourcesOperations, resourceGroupName As String, accountName As String, tableName As String) As ThroughputSettingsGetResults

パラメーター

operations
ITableResourcesOperations

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

resourceGroupName
String

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

accountName
String

Cosmos DB データベース アカウント名。

tableName
String

Cosmos DB テーブル名。

戻り値

適用対象