IUpdate Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’intégralité de la mise à jour de la base de données Gremlin dans le cadre de la mise à jour du compte cosmos db parent.
public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IWithChildResource, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IWithThroughput, Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IUpdate>, 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
DefineNewGremlinGraph(String) |
Définit un nouveau graphe Gremlin. (Hérité de IWithChildResource) |
Parent() |
L’intégralité de la mise à jour de la base de données Gremlin dans le cadre de la mise à jour du compte cosmos db parent. (Hérité de ISettable<ParentT>) |
UpdateGremlinGraph(String) |
Mises à jour un graphe Gremlin. (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>) |
WithoutGremlinGraph(String) |
Supprime un graphique Gremlin. (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 à
Azure SDK for .NET