IUpdate Schnittstelle

Definition

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.SqlDatabase.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Update.IWithChildResource, Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.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>
    interface IWithChildResource
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithChildResource, IWithOptions, IWithOptions(Of IUpdate), IWithThroughput, IWithThroughput(Of IUpdate)
Implementiert

Methoden

DefineNewSqlContainer(String)

Definiert einen neuen SQL-Container.

(Geerbt von IWithChildResource)
Parent()

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

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

Updates einen SQL-Container.

(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>)
WithoutOption(String)

Entfernt eine Option.

(Geerbt von IWithOptions<ReturnT>)
WithoutOptions()

Entfernt alle Optionen.

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

Entfernt einen SQL-Container.

(Geerbt von IWithChildResource)
WithThroughput(Int32)

Gibt den Durchsatzwert an.

(Geerbt von IWithThroughput<ReturnT>)

Gilt für: