DeploymentScriptsOperationsExtensions クラス

定義

DeploymentScriptsOperations の拡張メソッド。

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

メソッド

BeginCreate(IDeploymentScriptsOperations, String, String, DeploymentScript)

デプロイ スクリプトを作成します。

BeginCreateAsync(IDeploymentScriptsOperations, String, String, DeploymentScript, CancellationToken)

デプロイ スクリプトを作成します。

Create(IDeploymentScriptsOperations, String, String, DeploymentScript)

デプロイ スクリプトを作成します。

CreateAsync(IDeploymentScriptsOperations, String, String, DeploymentScript, CancellationToken)

デプロイ スクリプトを作成します。

Delete(IDeploymentScriptsOperations, String, String)

デプロイ スクリプトを削除します。 操作が完了すると、状態コード 200 がコンテンツなしで返されます。

DeleteAsync(IDeploymentScriptsOperations, String, String, CancellationToken)

デプロイ スクリプトを削除します。 操作が完了すると、状態コード 200 がコンテンツなしで返されます。

Get(IDeploymentScriptsOperations, String, String)

指定した名前のデプロイ スクリプトを取得します。

GetAsync(IDeploymentScriptsOperations, String, String, CancellationToken)

指定した名前のデプロイ スクリプトを取得します。

GetLogs(IDeploymentScriptsOperations, String, String)

特定のデプロイ スクリプト名のデプロイ スクリプト ログを取得します。

GetLogsAsync(IDeploymentScriptsOperations, String, String, CancellationToken)

特定のデプロイ スクリプト名のデプロイ スクリプト ログを取得します。

GetLogsDefault(IDeploymentScriptsOperations, String, String, Nullable<Int32>)

特定のデプロイ スクリプト名のデプロイ スクリプト ログを取得します。

GetLogsDefaultAsync(IDeploymentScriptsOperations, String, String, Nullable<Int32>, CancellationToken)

特定のデプロイ スクリプト名のデプロイ スクリプト ログを取得します。

ListByResourceGroup(IDeploymentScriptsOperations, String)

デプロイ スクリプトを一覧表示します。

ListByResourceGroupAsync(IDeploymentScriptsOperations, String, CancellationToken)

デプロイ スクリプトを一覧表示します。

ListByResourceGroupNext(IDeploymentScriptsOperations, String)

デプロイ スクリプトを一覧表示します。

ListByResourceGroupNextAsync(IDeploymentScriptsOperations, String, CancellationToken)

デプロイ スクリプトを一覧表示します。

ListBySubscription(IDeploymentScriptsOperations)

特定のサブスクリプションのすべてのデプロイ スクリプトを一覧表示します。

ListBySubscriptionAsync(IDeploymentScriptsOperations, CancellationToken)

特定のサブスクリプションのすべてのデプロイ スクリプトを一覧表示します。

ListBySubscriptionNext(IDeploymentScriptsOperations, String)

特定のサブスクリプションのすべてのデプロイ スクリプトを一覧表示します。

ListBySubscriptionNextAsync(IDeploymentScriptsOperations, String, CancellationToken)

特定のサブスクリプションのすべてのデプロイ スクリプトを一覧表示します。

Update(IDeploymentScriptsOperations, String, String, DeploymentScriptUpdateParameter)

指定した値を持つデプロイ スクリプト タグを更新します。

UpdateAsync(IDeploymentScriptsOperations, String, String, DeploymentScriptUpdateParameter, CancellationToken)

指定した値を持つデプロイ スクリプト タグを更新します。

適用対象