Libraries
»
puppetlabs-azure_arm
(0.2.2)
»
Index (w)
»
Puppet Tasks
»
webapps_azure_web_apps_swap_slot_slot
Puppet Task: webapps_azure_web_apps_swap_slot_slot
Defined in:
tasks/webapps_azure_web_apps_swap_slot_slot.json,
tasks/webapps_azure_web_apps_swap_slot_slot.rb
Overview
Swaps two deployment slots of an app.
Supports noop?
false
Parameters
api_version
(Optional[String[1]])
— API Version
targetslot
(Optional[String[1]])
— Destination deployment slot during swap operation.
preservevnet
(Optional[String[1]])
— true to preserve Virtual Network to the slot during swap; otherwise, false.
resource_group_name
(Optional[String[1]])
— Name of the resource group to which the resource belongs.
name
(Optional[String[1]])
— Name of the app.
slot_swap_entity
(Optional[String[1]])
— JSON object that contains the target slot name. See example.
slot
(Optional[String[1]])
— Name of the source slot. If a slot is not specified, the production slot is used as the source slot.
subscription_id
(Optional[String[1]])
— Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).