IDefinition<ParentT> Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A totalidade de uma definição de banco de dados SQL como parte da definição pai.
public interface IDefinition<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.IBlank<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 IDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
interface IWithOptions<'ParentT>
interface IWithOptions<IWithAttach<'ParentT>>
interface IWithThroughput<'ParentT>
interface IWithThroughput<IWithAttach<'ParentT>>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithOptions(Of IWithAttach(Of ParentT)), IWithOptions(Of ParentT), IWithThroughput(Of IWithAttach(Of ParentT)), IWithThroughput(Of ParentT)
Parâmetros de tipo
- ParentT
O estágio da definição pai à qual retornar depois de anexar essa definição.
- Implementações
-
IWithOptions<IWithAttach<ParentT>> IWithThroughput<IWithAttach<Parent>> IWithThroughput<IWithAttach<ParentT>> IBlank<ParentT> IWithAttach<ParentT> IWithOptions<ParentT> IWithThroughput<ParentT> IInDefinition<ParentT>
Métodos
Attach() |
A totalidade de uma definição de banco de dados SQL como parte da definição pai. (Herdado de IInDefinition<ParentT>) |
WithOption(String, String) |
Especifica uma opção. (Herdado de IWithOptions<ReturnT>) |
WithOptionsAppend(IDictionary<String,String>) |
Acrescenta todas as opções às opções atuais. (Herdado de IWithOptions<ReturnT>) |
WithThroughput(Int32) |
Especifica o valor da taxa de transferência. (Herdado de IWithThroughput<ReturnT>) |
Aplica-se a
Azure SDK for .NET