IWithThroughput<Parent> 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.
Étape de la définition Cassandra Keyspace permettant de définir le débit.
public interface IWithThroughput<Parent> : Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Definition.IWithAttach<Parent>>
type IWithThroughput<'Parent> = interface
interface IWithThroughput<IWithAttach<'Parent>>
Public Interface IWithThroughput(Of Parent)
Implements IWithThroughput(Of IWithAttach(Of Parent))
Paramètres de type
- Parent
Étape de la définition parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
-
IWithThroughput<IWithAttach<Parent>>
Méthodes
WithThroughput(Int32) |
Spécifie la valeur de débit. (Hérité de IWithThroughput<ReturnT>) |
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET