VipSwapOperations interface

Interface representing a VipSwap operations.

Properties

beginCreate
beginCreateAndWait
create

Performs vip swap operation on swappable cloud services.

get

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

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

Property Details

beginCreate

Warning

This API is now deprecated.

use create instead

beginCreate: (groupName: string, resourceName: string, parameters: SwapResource, options?: VipSwapCreateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(groupName: string, resourceName: string, parameters: SwapResource, options?: VipSwapCreateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginCreateAndWait

Warning

This API is now deprecated.

use create instead

beginCreateAndWait: (groupName: string, resourceName: string, parameters: SwapResource, options?: VipSwapCreateOptionalParams) => Promise<void>

Property Value

(groupName: string, resourceName: string, parameters: SwapResource, options?: VipSwapCreateOptionalParams) => Promise<void>

create

Performs vip swap operation on swappable cloud services.

create: (groupName: string, resourceName: string, parameters: SwapResource, options?: VipSwapCreateOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(groupName: string, resourceName: string, parameters: SwapResource, options?: VipSwapCreateOptionalParams) => PollerLike<OperationState<void>, void>

get

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

get: (groupName: string, resourceName: string, options?: VipSwapGetOptionalParams) => Promise<SwapResource>

Property Value

(groupName: string, resourceName: string, options?: VipSwapGetOptionalParams) => Promise<SwapResource>

list

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

list: (groupName: string, resourceName: string, options?: VipSwapListOptionalParams) => Promise<SwapResourceListResult>

Property Value

(groupName: string, resourceName: string, options?: VipSwapListOptionalParams) => Promise<SwapResourceListResult>