WebAppsListSlotConfigurationNames interface
Methods
| get(Request |
Gets the names of app settings and connection strings that stick to the slot (not swapped). |
| put(Web |
Updates the names of application settings and connection string that remain with the slot during swap operation. |
Method Details
get(RequestParameters)
Gets the names of app settings and connection strings that stick to the slot (not swapped).
function get(options?: RequestParameters): StreamableMethod<WebAppsListSlotConfigurationNames200Response | WebAppsListSlotConfigurationNamesDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(WebAppsUpdateSlotConfigurationNamesParameters)
Updates the names of application settings and connection string that remain with the slot during swap operation.
function put(options: WebAppsUpdateSlotConfigurationNamesParameters): StreamableMethod<WebAppsUpdateSlotConfigurationNames200Response | WebAppsUpdateSlotConfigurationNamesDefaultResponse>