次の方法で共有


DeploymentOperationsExtensions クラス

定義

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

メソッド

BeginDeleting(IDeploymentOperations, String, String)

デプロイの削除を開始します。操作が要求の処理を完了したかどうかを確認するには、GetLongRunningOperationStatus を呼び出します。

BeginDeletingAsync(IDeploymentOperations, String, String)

デプロイの削除を開始します。操作が要求の処理を完了したかどうかを確認するには、GetLongRunningOperationStatus を呼び出します。

Cancel(IDeploymentOperations, String, String)

現在実行中のテンプレートのデプロイを取り消します。

CancelAsync(IDeploymentOperations, String, String)

現在実行中のテンプレートのデプロイを取り消します。

CheckExistence(IDeploymentOperations, String, String)

デプロイが存在するかどうかを確認します。

CheckExistenceAsync(IDeploymentOperations, String, String)

デプロイが存在するかどうかを確認します。

CreateOrUpdate(IDeploymentOperations, String, String, Deployment)

テンプレートを使用して、名前付きテンプレートのデプロイを作成します。

CreateOrUpdateAsync(IDeploymentOperations, String, String, Deployment)

テンプレートを使用して、名前付きテンプレートのデプロイを作成します。

Delete(IDeploymentOperations, String, String)

デプロイとそのすべてのリソースを削除します。

DeleteAsync(IDeploymentOperations, String, String)

デプロイとそのすべてのリソースを削除します。

Get(IDeploymentOperations, String, String)

デプロイを取得します。

GetAsync(IDeploymentOperations, String, String)

デプロイを取得します。

List(IDeploymentOperations, String, DeploymentListParameters)

デプロイの一覧を取得します。

ListAsync(IDeploymentOperations, String, DeploymentListParameters)

デプロイの一覧を取得します。

ListNext(IDeploymentOperations, String)

デプロイの一覧を取得します。

ListNextAsync(IDeploymentOperations, String)

デプロイの一覧を取得します。

Validate(IDeploymentOperations, String, String, Deployment)

テンプレートのデプロイを検証します。

ValidateAsync(IDeploymentOperations, String, String, Deployment)

テンプレートのデプロイを検証します。

適用対象