IDeploymentScriptsOperations インターフェイス

定義

DeploymentScriptsOperations 操作。

public interface IDeploymentScriptsOperations
type IDeploymentScriptsOperations = interface
Public Interface IDeploymentScriptsOperations

メソッド

BeginCreateWithHttpMessagesAsync(String, String, DeploymentScript, Dictionary<String,List<String>>, CancellationToken)

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

CreateWithHttpMessagesAsync(String, String, DeploymentScript, Dictionary<String,List<String>>, CancellationToken)

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

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

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

GetLogsDefaultWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

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

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

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

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

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

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

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

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

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

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

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

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

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

UpdateWithHttpMessagesAsync(String, String, DeploymentScriptUpdateParameter, Dictionary<String,List<String>>, CancellationToken)

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

拡張メソッド

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)

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

適用対象