IDefinition<ParentT> Interface

Definition

The entirety of a SQL container definition as a part of parent definition.

public interface IDefinition<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.IBlank<ParentT>, 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 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>>
    interface IWithIndexingPolicy<'ParentT>
    interface IWithPartitionKey<'ParentT>
    interface IWithDefaultTtl<'ParentT>
    interface IWithUniqueKeyPolicy<'ParentT>
    interface IWithConflictResolutionPolicy<'ParentT>
    interface IWithChildResource<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(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.

Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
DefineIndexingPolicy()

Starts the definition of the indexing policy.

(Inherited from IWithIndexingPolicy<ParentT>)
WithConflictResolutionPath(ConflictResolutionMode, String)

Specifies the conflict resolution policy with conflict resolution path.

(Inherited from IWithConflictResolutionPolicy<ParentT>)
WithConflictResolutionPolicy(ConflictResolutionPolicy)

Specifies the conflict resolution policy.

(Inherited from IWithConflictResolutionPolicy<ParentT>)
WithConflictResolutionProcedure(ConflictResolutionMode, String)

Specifies the conflict resolution policy with conflict resolution procedure.

(Inherited from IWithConflictResolutionPolicy<ParentT>)
WithDefaultTtl(Int32)

Specifies the default time to live.

(Inherited from IWithDefaultTtl<ParentT>)
WithIndexingPolicy(IndexingPolicy)

Specifies the indexing policy.

(Inherited from IWithIndexingPolicy<ParentT>)
WithOption(String, String)

Specifies an option.

(Inherited from IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

Appends all options to current options.

(Inherited from IWithOptions<ReturnT>)
WithPartitionKey(ContainerPartitionKey)

Specifies the container partition key.

(Inherited from IWithPartitionKey<ParentT>)
WithPartitionKey(PartitionKind, Nullable<Int32>)

Specifies the container partition key.

(Inherited from IWithPartitionKey<ParentT>)
WithPartitionKeyPath(String[])

Specifies the container partition key paths.

(Inherited from IWithPartitionKey<ParentT>)
WithStoredProcedure(String, SqlStoredProcedureResource, CreateUpdateOptions)

Specifies a stored procedure.

(Inherited from IWithChildResource<ParentT>)
WithStoredProcedure(String, String, CreateUpdateOptions)

Specifies a stored procedure.

(Inherited from IWithChildResource<ParentT>)
WithThroughput(Int32)

Specifies the throughput value.

(Inherited from IWithThroughput<ReturnT>)
WithTrigger(String, SqlTriggerResource, CreateUpdateOptions)

Specifies a trigger.

(Inherited from IWithChildResource<ParentT>)
WithTrigger(String, String, TriggerType, TriggerOperation, CreateUpdateOptions)

Specifies a trigger.

(Inherited from IWithChildResource<ParentT>)
WithUniqueKey(String[])

Specifies a unique key appended to original list.

(Inherited from IWithUniqueKeyPolicy<ParentT>)
WithUniqueKey(UniqueKey)

Specifies a unique key appended to original list.

(Inherited from IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeyPolicy(UniqueKeyPolicy)

Specifies the unique key policy.

(Inherited from IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeys(IList<UniqueKey>)

Specifies the list of unique key.

(Inherited from IWithUniqueKeyPolicy<ParentT>)
WithUserDefinedFunction(String, SqlUserDefinedFunctionResource, CreateUpdateOptions)

Specifies a user defined function.

(Inherited from IWithChildResource<ParentT>)
WithUserDefinedFunction(String, String, CreateUpdateOptions)

Specifies a user defined function.

(Inherited from IWithChildResource<ParentT>)

Applies to