IStepsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
StepsOperations operations.
public interface IStepsOperations
type IStepsOperations = interface
Public Interface IStepsOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, StepResource, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates a rollout step with the given step properties. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes the step. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets the step. |
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists the steps in a resource group. |
Extension Methods
CreateOrUpdate(IStepsOperations, String, String, StepResource) |
Creates or updates a rollout step with the given step properties. |
CreateOrUpdateAsync(IStepsOperations, String, String, StepResource, CancellationToken) |
Creates or updates a rollout step with the given step properties. |
Delete(IStepsOperations, String, String) |
Deletes the step. |
DeleteAsync(IStepsOperations, String, String, CancellationToken) |
Deletes the step. |
Get(IStepsOperations, String, String) |
Gets the step. |
GetAsync(IStepsOperations, String, String, CancellationToken) |
Gets the step. |
List(IStepsOperations, String) |
Lists the steps in a resource group. |
ListAsync(IStepsOperations, String, CancellationToken) |
Lists the steps in a resource group. |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET