Partager via


IBlank<ParentT> Interface

Définition

Première étape d’une définition de base de données SQL.

public interface IBlank<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.Table.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.Table.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.Table.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.Table.Definition.IWithOptions<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.Table.Definition.IWithThroughput<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IBlank<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithOptions<'ParentT>
    interface IWithOptions<IWithAttach<'ParentT>>
    interface IWithThroughput<'ParentT>
    interface IWithThroughput<IWithAttach<'ParentT>>
Public Interface IBlank(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithOptions(Of IWithAttach(Of ParentT)), IWithOptions(Of ParentT), IWithThroughput(Of IWithAttach(Of ParentT)), IWithThroughput(Of ParentT)

Paramètres de type

ParentT

Étape de la définition parente à laquelle revenir après l’attachement de cette définition.

Dérivé
Implémente

Méthodes

Attach()

Première étape d’une définition de base de données SQL.

(Hérité de IInDefinition<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>)
WithThroughput(Int32)

Spécifie la valeur de débit.

(Hérité de IWithThroughput<ReturnT>)

S’applique à