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

IDeploymentOperationOperations 接口

定义

用于管理部署操作的操作。

public interface IDeploymentOperationOperations
type IDeploymentOperationOperations = interface
Public Interface IDeploymentOperationOperations

方法

GetAsync(String, String, String, CancellationToken)

获取部署操作列表。

ListAsync(String, String, DeploymentOperationsListParameters, CancellationToken)

获取部署操作列表。

ListNextAsync(String, CancellationToken)

获取下一个部署操作列表。

扩展方法

Get(IDeploymentOperationOperations, String, String, String)

获取部署操作列表。

GetAsync(IDeploymentOperationOperations, String, String, String)

获取部署操作列表。

List(IDeploymentOperationOperations, String, String, DeploymentOperationsListParameters)

获取部署操作列表。

ListAsync(IDeploymentOperationOperations, String, String, DeploymentOperationsListParameters)

获取部署操作列表。

ListNext(IDeploymentOperationOperations, String)

获取下一个部署操作列表。

ListNextAsync(IDeploymentOperationOperations, String)

获取下一个部署操作列表。

适用于