Freigeben über


CloudServiceSwapCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft die Liste der SwapResource ab, die den Slottyp für den angegebenen Clouddienst identifiziert. Der Slottyp für einen Clouddienst kann entweder Staging oder Produktion sein.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots
  • Vorgangs-IdVipSwap_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.CloudServiceSwapResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.CloudServiceSwapResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.CloudServiceSwapResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CloudServiceSwapResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von CloudServiceSwapResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: