VipSwapsClient Interface
public interface VipSwapsClient
An instance of this class provides access to all the operations defined in VipSwapsClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller
Performs vip swap operation on swappable cloud services.
Parameters:
Returns:
beginCreate
public abstract SyncPoller
Performs vip swap operation on swappable cloud services.
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux
Performs vip swap operation on swappable cloud services.
Parameters:
Returns:
create
public abstract void create(String groupName, String resourceName, SwapResourceInner parameters)
Performs vip swap operation on swappable cloud services.
Parameters:
create
public abstract void create(String groupName, String resourceName, SwapResourceInner parameters, Context context)
Performs vip swap operation on swappable cloud services.
Parameters:
createAsync
public abstract Mono
Performs vip swap operation on swappable cloud services.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
Performs vip swap operation on swappable cloud services.
Parameters:
Returns:
get
public abstract SwapResourceInner get(String groupName, String resourceName)
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.
Parameters:
Returns:
getAsync
public abstract Mono
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.
Parameters:
Returns:
getWithResponse
public abstract Response
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.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
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.
Parameters:
Returns:
list
public abstract SwapResourceListResultInner list(String groupName, String resourceName)
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.
Parameters:
Returns:
listAsync
public abstract Mono
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.
Parameters:
Returns:
listWithResponse
public abstract Response
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.
Parameters:
Returns:
listWithResponseAsync
public abstract Mono
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.
Parameters:
Returns:
Applies to
Azure SDK for Java