次の方法で共有


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

定義

親定義の一部としての Cassandra テーブル定義の全体。

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

適用対象