Freigeben über


RolloutsOperationsExtensions Klasse

Definition

Erweiterungsmethoden für RolloutsOperations.

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

Methoden

BeginCreateOrUpdate(IRolloutsOperations, String, String, RolloutRequest)

Erstellt oder aktualisiert einen Rollout.

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

Erstellt oder aktualisiert einen Rollout.

Cancel(IRolloutsOperations, String, String)

Beendet ein ausgeführtes Rollout.

CancelAsync(IRolloutsOperations, String, String, CancellationToken)

Beendet ein ausgeführtes Rollout.

CreateOrUpdate(IRolloutsOperations, String, String, RolloutRequest)

Erstellt oder aktualisiert einen Rollout.

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

Erstellt oder aktualisiert einen Rollout.

Delete(IRolloutsOperations, String, String)

Löscht eine Rolloutressource.

DeleteAsync(IRolloutsOperations, String, String, CancellationToken)

Löscht eine Rolloutressource.

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

Ruft detaillierte Informationen zu einem Rollout ab.

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

Ruft detaillierte Informationen zu einem Rollout ab.

List(IRolloutsOperations, String)

Listet die Rollouts in einer Ressourcengruppe auf.

ListAsync(IRolloutsOperations, String, CancellationToken)

Listet die Rollouts in einer Ressourcengruppe auf.

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

Startet einen fehlgeschlagenen Rollout neu und überspringt optional alle erfolgreichen Schritte.

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

Startet einen fehlgeschlagenen Rollout neu und überspringt optional alle erfolgreichen Schritte.

Gilt für: