次の方法で共有


IWithAttach<ParentT> インターフェイス

定義

SQL コンテナー定義の最終ステージ。

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)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

Attach()

SQL コンテナー定義の最終ステージ。

(継承元 IInDefinition<ParentT>)
DefineIndexingPolicy()

インデックス作成ポリシーの定義を開始します。

(継承元 IWithIndexingPolicy<ParentT>)
WithConflictResolutionPath(ConflictResolutionMode, String)

競合解決パスを持つ競合解決ポリシーを指定します。

(継承元 IWithConflictResolutionPolicy<ParentT>)
WithConflictResolutionPolicy(ConflictResolutionPolicy)

競合解決ポリシーを指定します。

(継承元 IWithConflictResolutionPolicy<ParentT>)
WithConflictResolutionProcedure(ConflictResolutionMode, String)

競合解決手順を使用して競合解決ポリシーを指定します。

(継承元 IWithConflictResolutionPolicy<ParentT>)
WithDefaultTtl(Int32)

既定の有効期間を指定します。

(継承元 IWithDefaultTtl<ParentT>)
WithIndexingPolicy(IndexingPolicy)

インデックス作成ポリシーを指定します。

(継承元 IWithIndexingPolicy<ParentT>)
WithOption(String, String)

オプションを指定します。

(継承元 IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

現在のオプションにすべてのオプションを追加します。

(継承元 IWithOptions<ReturnT>)
WithPartitionKey(ContainerPartitionKey)

コンテナー パーティション キーを指定します。

(継承元 IWithPartitionKey<ParentT>)
WithPartitionKey(PartitionKind, Nullable<Int32>)

コンテナー パーティション キーを指定します。

(継承元 IWithPartitionKey<ParentT>)
WithPartitionKeyPath(String[])

コンテナー パーティション キーのパスを指定します。

(継承元 IWithPartitionKey<ParentT>)
WithStoredProcedure(String, SqlStoredProcedureResource, CreateUpdateOptions)

ストアド プロシージャを指定します。

(継承元 IWithChildResource<ParentT>)
WithStoredProcedure(String, String, CreateUpdateOptions)

ストアド プロシージャを指定します。

(継承元 IWithChildResource<ParentT>)
WithThroughput(Int32)

スループット値を指定します。

(継承元 IWithThroughput<ReturnT>)
WithTrigger(String, SqlTriggerResource, CreateUpdateOptions)

トリガーを指定します。

(継承元 IWithChildResource<ParentT>)
WithTrigger(String, String, TriggerType, TriggerOperation, CreateUpdateOptions)

トリガーを指定します。

(継承元 IWithChildResource<ParentT>)
WithUniqueKey(String[])

元のリストに追加される一意のキーを指定します。

(継承元 IWithUniqueKeyPolicy<ParentT>)
WithUniqueKey(UniqueKey)

元のリストに追加される一意のキーを指定します。

(継承元 IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeyPolicy(UniqueKeyPolicy)

一意のキー ポリシーを指定します。

(継承元 IWithUniqueKeyPolicy<ParentT>)
WithUniqueKeys(IList<UniqueKey>)

一意のキーの一覧を指定します。

(継承元 IWithUniqueKeyPolicy<ParentT>)
WithUserDefinedFunction(String, SqlUserDefinedFunctionResource, CreateUpdateOptions)

ユーザー定義関数を指定します。

(継承元 IWithChildResource<ParentT>)
WithUserDefinedFunction(String, String, CreateUpdateOptions)

ユーザー定義関数を指定します。

(継承元 IWithChildResource<ParentT>)

適用対象