IBlank<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.
O primeiro estágio de uma definição de banco de dados SQL.
public interface IBlank<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Definition.IWithChildResource<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Definition.IWithOptions<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.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>>
interface IWithChildResource<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithChildResource(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.
- Derivado
- Implementações
-
IWithOptions<IWithAttach<ParentT>> IWithThroughput<IWithAttach<Parent>> IWithThroughput<IWithAttach<ParentT>> IWithAttach<ParentT> IWithChildResource<ParentT> IWithOptions<ParentT> IWithThroughput<ParentT> IInDefinition<ParentT>
Métodos
Attach() |
O primeiro estágio de uma definição de banco de dados SQL. (Herdado de IInDefinition<ParentT>) |
DefineNewSqlContainer(String) |
Define um novo contêiner SQL. (Herdado de IWithChildResource<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