CloudServiceSwapCollection.GetAllAsync(CancellationToken) Method

Definition

Gets the list of SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots
  • Operation Id: VipSwap_List
  • Default Api Version: 2023-09-01
  • Resource: CloudServiceSwapResource
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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of CloudServiceSwapResource that may take multiple service requests to iterate over.

Applies to