RolloutsOperationsExtensions Class

Definition

Extension methods for RolloutsOperations.

public static class RolloutsOperationsExtensions
type RolloutsOperationsExtensions = class
Public Module RolloutsOperationsExtensions
Inheritance
RolloutsOperationsExtensions

Methods

BeginCreateOrUpdate(IRolloutsOperations, String, String, RolloutRequest)

Creates or updates a rollout.

BeginCreateOrUpdateAsync(IRolloutsOperations, String, String, RolloutRequest, CancellationToken)

Creates or updates a rollout.

Cancel(IRolloutsOperations, String, String)

Stops a running rollout.

CancelAsync(IRolloutsOperations, String, String, CancellationToken)

Stops a running rollout.

CreateOrUpdate(IRolloutsOperations, String, String, RolloutRequest)

Creates or updates a rollout.

CreateOrUpdateAsync(IRolloutsOperations, String, String, RolloutRequest, CancellationToken)

Creates or updates a rollout.

Delete(IRolloutsOperations, String, String)

Deletes a rollout resource.

DeleteAsync(IRolloutsOperations, String, String, CancellationToken)

Deletes a rollout resource.

Get(IRolloutsOperations, String, String, Nullable<Int32>)

Gets detailed information of a rollout.

GetAsync(IRolloutsOperations, String, String, Nullable<Int32>, CancellationToken)

Gets detailed information of a rollout.

List(IRolloutsOperations, String)

Lists the rollouts in a resource group.

ListAsync(IRolloutsOperations, String, CancellationToken)

Lists the rollouts in a resource group.

Restart(IRolloutsOperations, String, String, Nullable<Boolean>)

Restarts a failed rollout and optionally skips all succeeded steps.

RestartAsync(IRolloutsOperations, String, String, Nullable<Boolean>, CancellationToken)

Restarts a failed rollout and optionally skips all succeeded steps.

Applies to