IVipSwapOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VipSwapOperations operations.
public interface IVipSwapOperations
type IVipSwapOperations = interface
Public Interface IVipSwapOperations
Methods
BeginCreateWithHttpMessagesAsync(String, String, SwapResource, Dictionary<String,List<String>>, CancellationToken) |
Performs vip swap operation on swappable cloud services. |
CreateWithHttpMessagesAsync(String, String, SwapResource, Dictionary<String,List<String>>, CancellationToken) |
Performs vip swap operation on swappable cloud services. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<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 |
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<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 |
Extension 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 |