IUpdate Schnittstelle

Definition

Die gesamte Aktualisierung eines SQL-Containers als Teil des übergeordneten Updates.

public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithChildResource, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithConflictResolutionPolicy, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithDefaultTtl, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithIndexingPolicy, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithPartitionKey, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithThroughput, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithUniqueKeyPolicy, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithOptions
    interface IWithOptions<IUpdate>
    interface IWithThroughput
    interface IWithThroughput<IUpdate>
    interface IWithIndexingPolicy
    interface IWithPartitionKey
    interface IWithDefaultTtl
    interface IWithUniqueKeyPolicy
    interface IWithConflictResolutionPolicy
    interface IWithChildResource
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithChildResource, IWithConflictResolutionPolicy, IWithDefaultTtl, IWithIndexingPolicy, IWithOptions, IWithOptions(Of IUpdate), IWithPartitionKey, IWithThroughput, IWithThroughput(Of IUpdate), IWithUniqueKeyPolicy
Implementiert

Methoden

Parent()

Die gesamte Aktualisierung eines SQL-Containers als Teil des übergeordneten Updates.

(Geerbt von ISettable<ParentT>)
UpdateIndexingPolicy()

Startet die Aktualisierung der Indizierungsrichtlinie.

(Geerbt von IWithIndexingPolicy)
WithConflictResolutionPath(ConflictResolutionMode, String)

Gibt die Konfliktlösungsrichtlinie mit Konfliktlösungspfad an.

(Geerbt von IWithConflictResolutionPolicy)
WithConflictResolutionPolicy(ConflictResolutionPolicy)

Gibt die Konfliktlösungsrichtlinie an.

(Geerbt von IWithConflictResolutionPolicy)
WithConflictResolutionProcedure(ConflictResolutionMode, String)

Gibt die Konfliktlösungsrichtlinie mit Konfliktlösungsverfahren an.

(Geerbt von IWithConflictResolutionPolicy)
WithDefaultTtl(Int32)

Gibt die Standardzeit an.

(Geerbt von IWithDefaultTtl)
WithIndexingPolicy(IndexingPolicy)

Gibt die Indizierungsrichtlinie an.

(Geerbt von IWithIndexingPolicy)
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>)
WithoutConflictResolutionPolicy()

Entfernt die Konfliktlösungsrichtlinie.

(Geerbt von IWithConflictResolutionPolicy)
WithoutDefaultTtl()

Entfernt die Standardttl.

(Geerbt von IWithDefaultTtl)
WithoutIndexingPolicy()

Entfernt die Indizierungsrichtlinie.

(Geerbt von IWithIndexingPolicy)
WithoutOption(String)

Entfernt eine Option.

(Geerbt von IWithOptions<ReturnT>)
WithoutOptions()

Entfernt alle Optionen.

(Geerbt von IWithOptions<ReturnT>)
WithoutPartitionKey()

Entfernt den Containerpartitionsschlüssel.

(Geerbt von IWithPartitionKey)
WithoutStoredProcedure(String)

Entfernt eine gespeicherte Prozedur.

(Geerbt von IWithChildResource)
WithoutTrigger(String)

Entfernt einen Trigger.

(Geerbt von IWithChildResource)
WithoutUniqueKeyPolicy()

Entfernt die Eindeutige Schlüsselrichtlinie.

(Geerbt von IWithUniqueKeyPolicy)
WithoutUserDefinedFunction(String)

Entfernt eine benutzerdefinierte Funktion.

(Geerbt von IWithChildResource)
WithPartitionKey(ContainerPartitionKey)

Gibt den Containerpartitionsschlüssel an.

(Geerbt von IWithPartitionKey)
WithPartitionKey(PartitionKind, Nullable<Int32>)

Gibt den Containerpartitionsschlüssel an.

(Geerbt von IWithPartitionKey)
WithPartitionKeyPath(String[])

Gibt die Schlüsselpfade der Containerpartition an.

(Geerbt von IWithPartitionKey)
WithStoredProcedure(String, SqlStoredProcedureResource, CreateUpdateOptions)

Gibt eine gespeicherte Prozedur an.

(Geerbt von IWithChildResource)
WithStoredProcedure(String, String, CreateUpdateOptions)

Gibt eine gespeicherte Prozedur an.

(Geerbt von IWithChildResource)
WithThroughput(Int32)

Gibt den Durchsatzwert an.

(Geerbt von IWithThroughput<ReturnT>)
WithTrigger(String, SqlTriggerResource, CreateUpdateOptions)

Gibt einen Trigger an.

(Geerbt von IWithChildResource)
WithTrigger(String, String, TriggerType, TriggerOperation, CreateUpdateOptions)

Gibt einen Trigger an.

(Geerbt von IWithChildResource)
WithUniqueKey(String[])

Gibt einen eindeutigen Schlüssel an, der an die ursprüngliche Liste angefügt wird.

(Geerbt von IWithUniqueKeyPolicy)
WithUniqueKey(UniqueKey)

Gibt einen eindeutigen Schlüssel an.

(Geerbt von IWithUniqueKeyPolicy)
WithUniqueKeyPolicy(UniqueKeyPolicy)

Gibt die Eindeutige Schlüsselrichtlinie an.

(Geerbt von IWithUniqueKeyPolicy)
WithUniqueKeys(IList<UniqueKey>)

Fügt die Liste des eindeutigen Schlüssels an.

(Geerbt von IWithUniqueKeyPolicy)
WithUserDefinedFunction(String, SqlUserDefinedFunctionResource, CreateUpdateOptions)

Gibt eine benutzerdefinierte Funktion an.

(Geerbt von IWithChildResource)
WithUserDefinedFunction(String, String, CreateUpdateOptions)

Gibt eine benutzerdefinierte Funktion an.

(Geerbt von IWithChildResource)

Gilt für: