你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

汇报具有指定值的部署脚本标记。

适用于