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

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)

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

适用于