IBlank<ParentT> Interface

Definition

The first stage of a SQL container definition.

C#
public interface IBlank<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.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 Parameters

ParentT

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

Derived
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

Продукт Версії
Azure SDK for .NET Legacy