IWithAttach<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The final stage of the SQL container definition.
public interface IWithAttach<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithChildResource<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithConflictResolutionPolicy<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithDefaultTtl<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithIndexingPolicy<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithOptions<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithPartitionKey<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithThroughput<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithUniqueKeyPolicy<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
interface IInDefinition<'ParentT>
interface IWithOptions<'ParentT>
interface IWithOptions<IWithAttach<'ParentT>>
interface IWithThroughput<'ParentT>
interface IWithThroughput<IWithAttach<'ParentT>>
interface IWithIndexingPolicy<'ParentT>
interface IWithPartitionKey<'ParentT>
interface IWithDefaultTtl<'ParentT>
interface IWithUniqueKeyPolicy<'ParentT>
interface IWithConflictResolutionPolicy<'ParentT>
interface IWithChildResource<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithChildResource(Of ParentT), IWithConflictResolutionPolicy(Of ParentT), IWithDefaultTtl(Of ParentT), IWithIndexingPolicy(Of ParentT), IWithOptions(Of IWithAttach(Of ParentT)), IWithOptions(Of ParentT), IWithPartitionKey(Of ParentT), IWithThroughput(Of IWithAttach(Of ParentT)), IWithThroughput(Of ParentT), IWithUniqueKeyPolicy(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
-
IWithOptions<IWithAttach<ParentT>> IWithThroughput<IWithAttach<ParentT>> IWithChildResource<ParentT> IWithConflictResolutionPolicy<ParentT> IWithDefaultTtl<ParentT> IWithIndexingPolicy<ParentT> IWithOptions<ParentT> IWithPartitionKey<ParentT> IWithThroughput<ParentT> IWithUniqueKeyPolicy<ParentT> IInDefinition<ParentT>
Methods
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET