次の方法で共有


IUpdate インターフェイス

定義

親 cosmos db アカウントの更新の一部としての Gremlin Database 更新の全体。

public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IWithChildResource, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IWithThroughput, Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithOptions
    interface IWithOptions<IUpdate>
    interface IWithThroughput
    interface IWithThroughput<IUpdate>
    interface IWithChildResource
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithChildResource, IWithOptions, IWithOptions(Of IUpdate), IWithThroughput, IWithThroughput(Of IUpdate)
実装

メソッド

DefineNewGremlinGraph(String)

新しい Gremlin Graph を定義します。

(継承元 IWithChildResource)
Parent()

親 cosmos db アカウントの更新の一部としての Gremlin Database 更新の全体。

(継承元 ISettable<ParentT>)
UpdateGremlinGraph(String)

Gremlin Graph を更新します。

(継承元 IWithChildResource)
WithOption(String, String)

オプションを指定します。

(継承元 IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

現在のオプションにすべてのオプションを追加します。

(継承元 IWithOptions<ReturnT>)
WithOptionsReplace(IDictionary<String,String>)

現在のオプションを新しいオプションに置き換えます。

(継承元 IWithOptions<ReturnT>)
WithoutGremlinGraph(String)

Gremlin Graph を削除します。

(継承元 IWithChildResource)
WithoutOption(String)

オプションを削除します。

(継承元 IWithOptions<ReturnT>)
WithoutOptions()

すべてのオプションを削除します。

(継承元 IWithOptions<ReturnT>)
WithThroughput(Int32)

スループット値を指定します。

(継承元 IWithThroughput<ReturnT>)

適用対象