次の方法で共有


IWithChildResource.WithoutSqlDatabase(String) メソッド

定義

SQL データベースを削除します。

public Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals WithoutSqlDatabase (string name);
abstract member WithoutSqlDatabase : string -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals
Public Function WithoutSqlDatabase (name As String) As IWithOptionals

パラメーター

name
String

SQL データベースの名前。

戻り値

更新プログラムの次のステージ。

適用対象