IWithPrivateEndpointConnection インターフェイス

定義

プライベート エンドポイント接続を指定できる cosmos db 更新プログラムのステージ。

public interface IWithPrivateEndpointConnection
type IWithPrivateEndpointConnection = interface
Public Interface IWithPrivateEndpointConnection
派生

メソッド

DefineNewPrivateEndpointConnection(String)

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

UpdatePrivateEndpointConnection(String)

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

WithoutPrivateEndpointConnection(String)

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

適用対象