Partager via


IUpdate Interface

Définition

L’intégralité de la mise à jour de l’espace de clés Cassandra dans le cadre de la mise à jour du compte cosmos db parent.

public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update.IWithChildResource, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update.IWithThroughput, Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.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

DefineNewCassandraTable(String)

Définit une nouvelle table Cassandra.

(Hérité de IWithChildResource)
Parent()

L’intégralité de la mise à jour de l’espace de clés Cassandra dans le cadre de la mise à jour du compte cosmos db parent.

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

Mises à jour une table Cassandra.

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

Supprime une table Cassandra.

(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 à