Freigeben über


IRolloutsOperations Schnittstelle

Definition

RolloutsOperationsvorgänge.

public interface IRolloutsOperations
type IRolloutsOperations = interface
Public Interface IRolloutsOperations

Methoden

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, RolloutRequest, Dictionary<String,List<String>>, CancellationToken)

Erstellt oder aktualisiert einen Rollout.

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

Beendet einen ausgeführten Rollout.

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

Erstellt oder aktualisiert einen Rollout.

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

Löscht eine Rolloutressource.

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

Ruft detaillierte Informationen zu einem Rollout ab.

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

Listet die Rollouts in einer Ressourcengruppe auf.

RestartWithHttpMessagesAsync(String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

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

Erweiterungsmethoden

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 einen ausgeführten Rollout.

CancelAsync(IRolloutsOperations, String, String, CancellationToken)

Beendet einen ausgeführten 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: