次の方法で共有


IPipelineTopologiesOperations インターフェイス

定義

PipelineTopologiesOperations 操作。

public interface IPipelineTopologiesOperations
type IPipelineTopologiesOperations = interface
Public Interface IPipelineTopologiesOperations

メソッド

CreateOrUpdateWithHttpMessagesAsync(String, String, String, PipelineTopology, Dictionary<String,List<String>>, CancellationToken)

パイプライン トポロジを作成または更新します。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

パイプライン トポロジを削除します。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

特定のパイプライン トポロジを名前で取得します。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

パイプライン トポロジの一覧を取得します。

ListWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

パイプライン トポロジの一覧を取得します。

UpdateWithHttpMessagesAsync(String, String, String, PipelineTopologyUpdate, Dictionary<String,List<String>>, CancellationToken)

既存のパイプライン トポロジを更新します。

拡張メソッド

CreateOrUpdate(IPipelineTopologiesOperations, String, String, String, PipelineTopology)

パイプライン トポロジを作成または更新します。

CreateOrUpdateAsync(IPipelineTopologiesOperations, String, String, String, PipelineTopology, CancellationToken)

パイプライン トポロジを作成または更新します。

Delete(IPipelineTopologiesOperations, String, String, String)

パイプライン トポロジを削除します。

DeleteAsync(IPipelineTopologiesOperations, String, String, String, CancellationToken)

パイプライン トポロジを削除します。

Get(IPipelineTopologiesOperations, String, String, String)

特定のパイプライン トポロジを名前で取得します。

GetAsync(IPipelineTopologiesOperations, String, String, String, CancellationToken)

特定のパイプライン トポロジを名前で取得します。

List(IPipelineTopologiesOperations, String, String, String, Nullable<Int32>)

パイプライン トポロジの一覧を取得します。

ListAsync(IPipelineTopologiesOperations, String, String, String, Nullable<Int32>, CancellationToken)

パイプライン トポロジの一覧を取得します。

ListNext(IPipelineTopologiesOperations, String)

パイプライン トポロジの一覧を取得します。

ListNextAsync(IPipelineTopologiesOperations, String, CancellationToken)

パイプライン トポロジの一覧を取得します。

Update(IPipelineTopologiesOperations, String, String, String, PipelineTopologyUpdate)

既存のパイプライン トポロジを更新します。

UpdateAsync(IPipelineTopologiesOperations, String, String, String, PipelineTopologyUpdate, CancellationToken)

既存のパイプライン トポロジを更新します。

適用対象