次の方法で共有


ITable インターフェイス

定義

テーブル データベース。

public interface ITable : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.ITable,Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.CosmosDB.Fluent.Models.TableGetResultsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.CosmosDB.Fluent.ITable>
type ITable = interface
    interface IBeta
    interface IHasInner<TableGetResultsInner>
    interface IExternalChildResource<ITable, ICosmosDBAccount>
    interface IChildResource<ICosmosDBAccount>
    interface IHasName
    interface IIndexable
    interface IHasParent<ICosmosDBAccount>
    interface IRefreshable<ITable>
Public Interface ITable
Implements IBeta, IChildResource(Of ICosmosDBAccount), IExternalChildResource(Of ITable, ICosmosDBAccount), IHasInner(Of TableGetResultsInner), IHasParent(Of ICosmosDBAccount), IRefreshable(Of ITable)
実装

プロパティ

_etag

オプティミスティック コンカレンシー制御に必要なリソース etag を表すシステム生成プロパティを取得します。

_rid

システムによって生成されたプロパティを取得します。 一意識別子。

_ts

リソースの最後に更新されたタイムスタンプを示すシステム生成プロパティを取得します。

Id

テーブル データベース。

(継承元 IExternalChildResource<FluentModelT,IParentT>)
Inner

テーブル データベース。

(継承元 IHasInner<T>)
Key

テーブル データベース。

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
TableId

Cosmos DB テーブル データベースの名前を取得します。

メソッド

GetThroughputSettings()

テーブル データベース。

GetThroughputSettingsAsync(CancellationToken)

テーブル データベース。

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)

適用対象