次の方法で共有


IUpdate インターフェイス

定義

cosmos db 更新ステージのグループ化。

public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals, Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithReadLocations, Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithWriteReplication, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>
type IUpdate = interface
    interface IWithReadLocations
    interface IAppliable<ICosmosDBAccount>
    interface IIndexable
    interface IWithWriteReplication
    interface IWithOptionals
    interface IUpdateWithTags<IWithOptionals>
    interface IWithConsistencyPolicy
    interface IWithVirtualNetworkRule
    interface IBeta
    interface IWithIpRangeFilter
    interface IWithConnector
    interface IWithMultipleLocations
    interface IWithKeyBasedMetadataWriteAccess
    interface IWithPrivateEndpointConnection
    interface IWithAutomaticFailover
    interface IWithKeyVault
    interface IWithChildResource
Public Interface IUpdate
Implements IAppliable(Of ICosmosDBAccount), IBeta, IUpdateWithTags(Of IWithOptionals), IWithOptionals, IWithReadLocations, IWithWriteReplication
派生
実装

プロパティ

Key

cosmos db 更新ステージのグループ化。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
DefineNewCassandraKeyspace(String)

新しい Cassandra キースペースを定義します。

(継承元 IWithChildResource)
DefineNewGremlinDatabase(String)

新しい Gremlin データベースを定義します。

(継承元 IWithChildResource)
DefineNewMongoDB(String)

新しい Mongo データベースを定義します。

(継承元 IWithChildResource)
DefineNewPrivateEndpointConnection(String)

cosmos db アカウントにアタッチするプライベート エンドポイント接続の定義を開始します。

(継承元 IWithPrivateEndpointConnection)
DefineNewSqlDatabase(String)

新しい SQL データベースを定義します。

(継承元 IWithChildResource)
DefineNewTable(String)

新しいテーブル データベースを定義します。

(継承元 IWithChildResource)
UpdateCassandraKeyspace(String)

Cassandra キースペースを更新します。

(継承元 IWithChildResource)
UpdateGremlinDatabase(String)

Gremlin データベースを更新します。

(継承元 IWithChildResource)
UpdateMongoDB(String)

Mongo データベースを更新します。

(継承元 IWithChildResource)
UpdatePrivateEndpointConnection(String)

既存のプライベート エンドポイント接続の更新を開始します。

(継承元 IWithPrivateEndpointConnection)
UpdateSqlDatabase(String)

SQL データベースを更新します。

(継承元 IWithChildResource)
UpdateTable(String)

テーブル データベースを更新します。

(継承元 IWithChildResource)
WithAutomaticFailoverEnabled(Boolean)

この cosmos db アカウントに対して自動フェールオーバーを有効にするかどうかを指定します。

(継承元 IWithAutomaticFailover)
WithBoundedStalenessConsistency(Int32, Int32)

CosmosDB アカウントの整合性ポリシー。

(継承元 IWithConsistencyPolicy)
WithCassandraConnector(ConnectorOffer)

cassandra コネクタのコネクタ オファーを指定します。

(継承元 IWithConnector)
WithDefaultWriteReplication()

CosmosDB アカウントの場所と同じ書き込み場所を設定します。

(継承元 IWithWriteReplication)
WithDisableKeyBaseMetadataWriteAccess(Boolean)

メタデータ書き込みアクセスを無効にするかどうかを指定します。

(継承元 IWithKeyBasedMetadataWriteAccess)
WithEventualConsistency()

CosmosDB アカウントの整合性ポリシー。

(継承元 IWithConsistencyPolicy)
WithIpRangeFilter(String)

CosmosDB ファイアウォールのサポート: この値は、指定されたデータベース アカウントのクライアント IP の許可リストとして含める、CIDR 形式の IP アドレスまたは IP アドレス範囲のセットを指定します。 IP アドレス/範囲は、コンマで区切る必要があり、スペースを含めることはできません。

(継承元 IWithIpRangeFilter)
WithKeyVault(String)

この cosmos db アカウントのキー コンテナー URI を指定します。

(継承元 IWithKeyVault)
WithMultipleWriteLocationsEnabled(Boolean)

この cosmos db アカウントに対して複数の書き込み場所を有効にするかどうかを指定します。

(継承元 IWithMultipleLocations)
WithoutAllReplications()

CosmosDB アカウントのすべてのレプリケーションを削除します。

(継承元 IWithReadLocations)
WithoutCassandraConnector()

コネクタ オファーを削除します。

(継承元 IWithConnector)
WithoutCassandraKeyspace(String)

Cassandra キースペースを削除します。

(継承元 IWithChildResource)
WithoutGremlinDatabase(String)

Gremlin データベースを削除します。

(継承元 IWithChildResource)
WithoutKeyVault()

キー コンテナーを削除します。

(継承元 IWithKeyVault)
WithoutMongoDB(String)

Mongo データベースを削除します。

(継承元 IWithChildResource)
WithoutPrivateEndpointConnection(String)

既存のプライベート エンドポイント接続を削除します。

(継承元 IWithPrivateEndpointConnection)
WithoutReadReplication(Region)

CosmosDB アカウントの読み取り場所を削除します。

(継承元 IWithReadLocations)
WithoutSqlDatabase(String)

SQL データベースを削除します。

(継承元 IWithChildResource)
WithoutTable(String)

テーブル データベースを削除します。

(継承元 IWithChildResource)
WithoutTag(String)

リソースからタグを削除します。

(継承元 IUpdateWithTags<T>)
WithoutVirtualNetworkRule(String, String)

CosmosDB アカウントのVirtual Network ACL 規則を削除します。

(継承元 IWithVirtualNetworkRule)
WithReadReplication(Region, Nullable<Boolean>)

CosmosDB アカウントの読み取り場所を設定します。

(継承元 IWithReadLocations)
WithSessionConsistency()

CosmosDB アカウントの整合性ポリシー。

(継承元 IWithConsistencyPolicy)
WithStrongConsistency()

CosmosDB アカウントの整合性ポリシー。

(継承元 IWithConsistencyPolicy)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IUpdateWithTags<T>)
WithVirtualNetworkFilterEnabled(Boolean)

fileter Virtual Network手動で指定します。

(継承元 IWithVirtualNetworkRule)
WithVirtualNetworkRule(String, String, Nullable<Boolean>)

CosmosDB アカウントの新しいVirtual Network ACL 規則を指定します。

(継承元 IWithVirtualNetworkRule)
WithVirtualNetworkRules(IList<VirtualNetworkRule>)

CosmosDB アカウントのVirtual Network ACL 規則。

(継承元 IWithVirtualNetworkRule)
WithWriteReplication(Region, Nullable<Boolean>)

CosmosDB アカウントの書き込み場所を設定します。

(継承元 IWithWriteReplication)

適用対象