LivePipelinesOperationsExtensions クラス

定義

LivePipelinesOperations の拡張メソッド。

public static class LivePipelinesOperationsExtensions
type LivePipelinesOperationsExtensions = class
Public Module LivePipelinesOperationsExtensions
継承
LivePipelinesOperationsExtensions

メソッド

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)

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

適用対象