WebSiteOperationsExtensions.GetSlotConfigNamesAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNames> GetSlotConfigNamesAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations operations, string webSpaceName, string webSiteName);
static member GetSlotConfigNamesAsync : Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNames>
<Extension()>
Public Function GetSlotConfigNamesAsync (operations As IWebSiteOperations, webSpaceName As String, webSiteName As String) As Task(Of SlotConfigNames)

Parameters

operations
IWebSiteOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.

webSpaceName
String

Required. The name of the web space.

webSiteName
String

Required. The name of the web site.

Returns

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

Applies to