Partager via


IUpdate Interface

Définition

L’intégralité de la mise à jour de la base de données SQL dans le cadre de la mise à jour du compte cosmos db parent.

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)
Implémente

Méthodes

Parent()

L’intégralité de la mise à jour de la base de données SQL dans le cadre de la mise à jour du compte cosmos db parent.

(Hérité de ISettable<ParentT>)
WithOption(String, String)

Spécifie une option.

(Hérité de IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

Ajoute toutes les options aux options actuelles.

(Hérité de IWithOptions<ReturnT>)
WithOptionsReplace(IDictionary<String,String>)

Remplacez les options actuelles par de nouvelles options.

(Hérité de IWithOptions<ReturnT>)
WithoutOption(String)

Supprime une option.

(Hérité de IWithOptions<ReturnT>)
WithoutOptions()

Supprime toutes les options.

(Hérité de IWithOptions<ReturnT>)
WithThroughput(Int32)

Spécifie la valeur de débit.

(Hérité de IWithThroughput<ReturnT>)

S’applique à