Partager via


IUpdate Interface

Définition

L’intégralité de la mise à jour de la base de données Mongo 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.MongoDB.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.Update.IWithChildResource, Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.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)
Implémente

Méthodes

DefineNewCollection(String)

Définit une nouvelle collection mongo.

(Hérité de IWithChildResource)
Parent()

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

(Hérité de ISettable<ParentT>)
UpdateCollection(String)

Mises à jour une collection mongo.

(Hérité de IWithChildResource)
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>)
WithoutCollection(String)

Supprime une collection mongo.

(Hérité de IWithChildResource)
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 à