StepsOperationsExtensions Class
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.
Extension methods for StepsOperations.
public static class StepsOperationsExtensions
type StepsOperationsExtensions = class
Public Module StepsOperationsExtensions
- Inheritance
-
StepsOperationsExtensions
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET