Table of Contents

Interface IBlank<ParentT>

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

The first stage of a SQL container definition.

public interface IBlank<ParentT> : IWithAttach<ParentT>, IInDefinition<ParentT>, IWithOptions<ParentT>, IWithOptions<IWithAttach<ParentT>>, IWithThroughput<ParentT>, IWithThroughput<IWithAttach<ParentT>>, IWithIndexingPolicy<ParentT>, IWithPartitionKey<ParentT>, IWithDefaultTtl<ParentT>, IWithUniqueKeyPolicy<ParentT>, IWithConflictResolutionPolicy<ParentT>, IWithChildResource<ParentT>

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Inherited Members