次の方法で共有


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

定義

Cassandra キースペース定義の最初のステージ。

public interface IBlank<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Definition.IWithChildResource<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Definition.IWithOptions<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Definition.IWithThroughput<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IBlank<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithOptions<'ParentT>
    interface IWithOptions<IWithAttach<'ParentT>>
    interface IWithThroughput<'ParentT>
    interface IWithThroughput<IWithAttach<'ParentT>>
    interface IWithChildResource<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithChildResource(Of ParentT), IWithOptions(Of IWithAttach(Of ParentT)), IWithOptions(Of ParentT), IWithThroughput(Of IWithAttach(Of ParentT)), IWithThroughput(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

Attach()

Cassandra キースペース定義の最初のステージ。

(継承元 IInDefinition<ParentT>)
DefineNewCassandraTable(String)

新しい Cassandra テーブルを定義します。

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

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

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

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

(継承元 IWithOptions<ReturnT>)
WithThroughput(Int32)

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

(継承元 IWithThroughput<ReturnT>)

適用対象