IUpdate Schnittstelle

Definition

Die gesamte Gremlin-Datenbankaktualisierung als Teil des übergeordneten cosmos db-Kontoupdates.

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)
Implementiert

Methoden

DefineNewGremlinGraph(String)

Definiert einen neuen Gremlin Graph.

(Geerbt von IWithChildResource)
Parent()

Die gesamte Gremlin-Datenbankaktualisierung als Teil des übergeordneten cosmos db-Kontoupdates.

(Geerbt von ISettable<ParentT>)
UpdateGremlinGraph(String)

Updates gremlin graph.

(Geerbt von IWithChildResource)
WithOption(String, String)

Gibt eine Option an.

(Geerbt von IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

Fügt alle Optionen an aktuelle Optionen an.

(Geerbt von IWithOptions<ReturnT>)
WithOptionsReplace(IDictionary<String,String>)

Ersetzen Sie die aktuellen Optionen durch neue Optionen.

(Geerbt von IWithOptions<ReturnT>)
WithoutGremlinGraph(String)

Entfernt einen Gremlin Graph.

(Geerbt von IWithChildResource)
WithoutOption(String)

Entfernt eine Option.

(Geerbt von IWithOptions<ReturnT>)
WithoutOptions()

Entfernt alle Optionen.

(Geerbt von IWithOptions<ReturnT>)
WithThroughput(Int32)

Gibt den Durchsatzwert an.

(Geerbt von IWithThroughput<ReturnT>)

Gilt für: