Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2122,6 +2122,18 @@
"properties"
]
},
"CloudServiceSlotType": {
"description": "Slot type for the cloud service.\r\nPossible values are <br /><br />**Production**<br /><br />**Staging**<br /><br />\r\nIf not specified, the default value is Production.",
"enum": [
"Production",
"Staging"
],
"type": "string",
"x-ms-enum": {
"name": "CloudServiceSlotType",
"modelAsString": true
}
},
"CloudServiceNetworkProfile": {
"description": "Network Profile for the cloud service.",
"type": "object",
Expand All @@ -2133,6 +2145,9 @@
"$ref": "#/definitions/LoadBalancerConfiguration"
}
},
"slotType": {
"$ref": "#/definitions/CloudServiceSlotType"
},
"swappableCloudService": {
"$ref": "../common.json#/definitions/SubResource",
"description": "The id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap. This property cannot be updated once it is set. The swappable cloud service referred by this id must be present otherwise an error will be thrown."
Expand Down Expand Up @@ -2658,4 +2673,4 @@
]
}
}
}
}