IUpdate Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die gesamte SQL-Datenbankaktualisierung als Teil des übergeordneten cosmos db-Kontoupdates.
public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.Table.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.Table.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.Table.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.Table.Update.IWithThroughput, 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>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithOptions, IWithOptions(Of IUpdate), IWithThroughput, IWithThroughput(Of IUpdate)
- Implementiert
Methoden
Parent() |
Die gesamte SQL-Datenbankaktualisierung als Teil des übergeordneten cosmos db-Kontoupdates. (Geerbt von ISettable<ParentT>) |
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>) |
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:
Azure SDK for .NET