WebsitesClient.SetSlotConfigNames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResource SetSlotConfigNames (string resourceGroupName, string webSiteName, System.Collections.Generic.IList<string> appSettingNames, System.Collections.Generic.IList<string> connectionStringNames);
member this.SetSlotConfigNames : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResource
Public Function SetSlotConfigNames (resourceGroupName As String, webSiteName As String, appSettingNames As IList(Of String), connectionStringNames As IList(Of String)) As SlotConfigNamesResource
Parameters
- resourceGroupName
- String
- webSiteName
- String