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

IStepsOperations 接口

定义

StepsOperations 操作。

public interface IStepsOperations
type IStepsOperations = interface
Public Interface IStepsOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, StepResource, Dictionary<String,List<String>>, CancellationToken)

使用给定的步骤属性创建或更新推出步骤。

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

删除步骤。

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

获取步骤。

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

列出资源组中的步骤。

扩展方法

CreateOrUpdate(IStepsOperations, String, String, StepResource)

使用给定的步骤属性创建或更新推出步骤。

CreateOrUpdateAsync(IStepsOperations, String, String, StepResource, CancellationToken)

使用给定的步骤属性创建或更新推出步骤。

Delete(IStepsOperations, String, String)

删除步骤。

DeleteAsync(IStepsOperations, String, String, CancellationToken)

删除步骤。

Get(IStepsOperations, String, String)

获取步骤。

GetAsync(IStepsOperations, String, String, CancellationToken)

获取步骤。

List(IStepsOperations, String)

列出资源组中的步骤。

ListAsync(IStepsOperations, String, CancellationToken)

列出资源组中的步骤。

适用于