次の方法で共有


DeploymentsOperationsExtensions クラス

定義

DeploymentsOperations の拡張メソッド。

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

メソッド

BeginCreateOrUpdate(IDeploymentsOperations, String, String, String, String, DeploymentResource)

新しいデプロイを作成するか、終了しているデプロイを更新します。

BeginCreateOrUpdateAsync(IDeploymentsOperations, String, String, String, String, DeploymentResource, CancellationToken)

新しいデプロイを作成するか、終了しているデプロイを更新します。

BeginDelete(IDeploymentsOperations, String, String, String, String)

デプロイを削除する操作。

BeginDeleteAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

デプロイを削除する操作。

BeginRestart(IDeploymentsOperations, String, String, String, String)

デプロイを再起動します。

BeginRestartAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

デプロイを再起動します。

BeginStart(IDeploymentsOperations, String, String, String, String)

デプロイを開始します。

BeginStartAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

デプロイを開始します。

BeginStop(IDeploymentsOperations, String, String, String, String)

デプロイを停止します。

BeginStopAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

デプロイを停止します。

BeginUpdate(IDeploymentsOperations, String, String, String, String, DeploymentResource)

終了しているデプロイを更新する操作。

BeginUpdateAsync(IDeploymentsOperations, String, String, String, String, DeploymentResource, CancellationToken)

終了しているデプロイを更新する操作。

CreateOrUpdate(IDeploymentsOperations, String, String, String, String, DeploymentResource)

新しいデプロイを作成するか、終了しているデプロイを更新します。

CreateOrUpdateAsync(IDeploymentsOperations, String, String, String, String, DeploymentResource, CancellationToken)

新しいデプロイを作成するか、終了しているデプロイを更新します。

Delete(IDeploymentsOperations, String, String, String, String)

デプロイを削除する操作。

DeleteAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

デプロイを削除する操作。

Get(IDeploymentsOperations, String, String, String, String)

Deployment とそのプロパティを取得します。

GetAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

Deployment とそのプロパティを取得します。

GetLogFileUrl(IDeploymentsOperations, String, String, String, String)

デプロイ ログ ファイルの URL を取得する

GetLogFileUrlAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

デプロイ ログ ファイルの URL を取得する

List(IDeploymentsOperations, String, String, String, IList<String>)

アプリ内のすべてのリソースを一覧表示する要求を処理します。

ListAsync(IDeploymentsOperations, String, String, String, IList<String>, CancellationToken)

アプリ内のすべてのリソースを一覧表示する要求を処理します。

ListForCluster(IDeploymentsOperations, String, String, IList<String>)

特定のサービスのデプロイを一覧表示する

ListForClusterAsync(IDeploymentsOperations, String, String, IList<String>, CancellationToken)

特定のサービスのデプロイを一覧表示する

ListForClusterNext(IDeploymentsOperations, String)

特定のサービスのデプロイを一覧表示する

ListForClusterNextAsync(IDeploymentsOperations, String, CancellationToken)

特定のサービスのデプロイを一覧表示する

ListNext(IDeploymentsOperations, String)

アプリ内のすべてのリソースを一覧表示する要求を処理します。

ListNextAsync(IDeploymentsOperations, String, CancellationToken)

アプリ内のすべてのリソースを一覧表示する要求を処理します。

Restart(IDeploymentsOperations, String, String, String, String)

デプロイを再起動します。

RestartAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

デプロイを再起動します。

Start(IDeploymentsOperations, String, String, String, String)

デプロイを開始します。

StartAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

デプロイを開始します。

Stop(IDeploymentsOperations, String, String, String, String)

デプロイを停止します。

StopAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

デプロイを停止します。

Update(IDeploymentsOperations, String, String, String, String, DeploymentResource)

終了しているデプロイを更新する操作。

UpdateAsync(IDeploymentsOperations, String, String, String, String, DeploymentResource, CancellationToken)

終了しているデプロイを更新する操作。

適用対象