次の方法で共有


ILivePipelinesOperations インターフェイス

定義

LivePipelinesOperations 操作。

public interface ILivePipelinesOperations
type ILivePipelinesOperations = interface
Public Interface ILivePipelinesOperations

メソッド

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

ライブ パイプラインをアクティブ化します。

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

ライブ パイプラインをアクティブ化します。

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

ライブ パイプラインを非アクティブ化します。

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

ライブ パイプラインを作成または更新します。

DeactivateWithHttpMessagesAsync(String, String, String, 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, LivePipelineUpdate, Dictionary<String,List<String>>, CancellationToken)

既存のライブ パイプラインを更新します。

拡張メソッド

Activate(ILivePipelinesOperations, String, String, String)

ライブ パイプラインをアクティブ化します。

ActivateAsync(ILivePipelinesOperations, String, String, String, CancellationToken)

ライブ パイプラインをアクティブ化します。

BeginActivate(ILivePipelinesOperations, String, String, String)

ライブ パイプラインをアクティブ化します。

BeginActivateAsync(ILivePipelinesOperations, String, String, String, CancellationToken)

ライブ パイプラインをアクティブ化します。

BeginDeactivate(ILivePipelinesOperations, String, String, String)

ライブ パイプラインを非アクティブ化します。

BeginDeactivateAsync(ILivePipelinesOperations, String, String, String, CancellationToken)

ライブ パイプラインを非アクティブ化します。

CreateOrUpdate(ILivePipelinesOperations, String, String, String, LivePipeline)

ライブ パイプラインを作成または更新します。

CreateOrUpdateAsync(ILivePipelinesOperations, String, String, String, LivePipeline, CancellationToken)

ライブ パイプラインを作成または更新します。

Deactivate(ILivePipelinesOperations, String, String, String)

ライブ パイプラインを非アクティブ化します。

DeactivateAsync(ILivePipelinesOperations, String, String, String, CancellationToken)

ライブ パイプラインを非アクティブ化します。

Delete(ILivePipelinesOperations, String, String, String)

ライブ パイプラインを削除します。

DeleteAsync(ILivePipelinesOperations, String, String, String, CancellationToken)

ライブ パイプラインを削除します。

Get(ILivePipelinesOperations, String, String, String)

特定のライブ パイプラインを名前で取得します。

GetAsync(ILivePipelinesOperations, String, String, String, CancellationToken)

特定のライブ パイプラインを名前で取得します。

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

ライブ パイプラインの一覧を取得します。

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

ライブ パイプラインの一覧を取得します。

ListNext(ILivePipelinesOperations, String)

ライブ パイプラインの一覧を取得します。

ListNextAsync(ILivePipelinesOperations, String, CancellationToken)

ライブ パイプラインの一覧を取得します。

Update(ILivePipelinesOperations, String, String, String, LivePipelineUpdate)

既存のライブ パイプラインを更新します。

UpdateAsync(ILivePipelinesOperations, String, String, String, LivePipelineUpdate, CancellationToken)

既存のライブ パイプラインを更新します。

適用対象