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

定義

Cassandra テーブル定義の最終ステージ。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithClusterKey<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithColumn<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithDefaultTtl<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithOptions<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithPartitionKey<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithThroughput<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<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 IWithDefaultTtl<'ParentT>
    interface IWithColumn<'ParentT>
    interface IWithPartitionKey<'ParentT>
    interface IWithClusterKey<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithClusterKey(Of ParentT), IWithColumn(Of ParentT), IWithDefaultTtl(Of ParentT), IWithOptions(Of IWithAttach(Of ParentT)), IWithOptions(Of ParentT), IWithPartitionKey(Of ParentT), IWithThroughput(Of IWithAttach(Of ParentT)), IWithThroughput(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

Attach()

Cassandra テーブル定義の最終ステージ。

(継承元 IInDefinition<ParentT>)
WithClusterKey(ClusterKey)

Cassandra テーブル クラスター キーを指定します。

(継承元 IWithClusterKey<ParentT>)
WithClusterKey(String, String)

Cassandra クラスター キーを指定します。

(継承元 IWithClusterKey<ParentT>)
WithClusterKeys(IList<ClusterKey>)

すべてのクラスター キーを追加します。

(継承元 IWithClusterKey<ParentT>)
WithColumn(Column)

Cassandra テーブル列を指定します。

(継承元 IWithColumn<ParentT>)
WithColumn(String, String)

Cassandra テーブル列を指定します。

(継承元 IWithColumn<ParentT>)
WithColumns(IList<Column>)

すべての列を追加します。

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

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

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

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

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

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

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

Cassandra テーブルのパーティション キーを指定します。

(継承元 IWithPartitionKey<ParentT>)
WithPartitionKey(String)

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

(継承元 IWithPartitionKey<ParentT>)
WithPartitionKeys(IList<CassandraPartitionKey>)

すべてのパーティション キーを追加します。

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

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

(継承元 IWithThroughput<ReturnT>)

適用対象