SlotConfigNames Class

Definition

A standard service response including an HTTP status code and request ID.

public class SlotConfigNames : Microsoft.Azure.AzureOperationResponse
type SlotConfigNames = class
    inherit AzureOperationResponse
Public Class SlotConfigNames
Inherits AzureOperationResponse
Inheritance
Microsoft.Azure.AzureOperationResponse
SlotConfigNames

Constructors

SlotConfigNames()

Initializes a new instance of the SlotConfigNames class.

Properties

AppSettingNames

Optional. One or more string elements that list the name of the app setting that will not be moved durig site swap. For example, if slot named staging has setting EnableVerboseLogging=1, it shouldn't be moved when swapped with production slot but should take the current value from production.

ConnectionStringNames

Optional. One or more string elements that list the name of the connection string setting that will not be moved durig site swap. For example, if slot named staging has connection UsersDatabase that points to staging test database, it shouldn't be moved when swapped with production slot but should take the current value from production.

Applies to