VipSwapOperationsExtensions Class

Definition

Extension methods for VipSwapOperations.

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

Methods

BeginCreate(IVipSwapOperations, String, String, SwapResource)

Performs vip swap operation on swappable cloud services.

BeginCreateAsync(IVipSwapOperations, String, String, SwapResource, CancellationToken)

Performs vip swap operation on swappable cloud services.

Create(IVipSwapOperations, String, String, SwapResource)

Performs vip swap operation on swappable cloud services.

CreateAsync(IVipSwapOperations, String, String, SwapResource, CancellationToken)

Performs vip swap operation on swappable cloud services.

Get(IVipSwapOperations, String, String)

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

GetAsync(IVipSwapOperations, String, String, CancellationToken)

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

List(IVipSwapOperations, String, String)

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

ListAsync(IVipSwapOperations, String, String, CancellationToken)

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

Applies to