Share via


WebsitesClient.SetSlotConfigNames Method

Definition

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
appSettingNames
IList<String>
connectionStringNames
IList<String>

Returns

Applies to