IWebSiteOperations.GetSlotConfigNamesAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNames> GetSlotConfigNamesAsync (string webSpaceName, string webSiteName, System.Threading.CancellationToken cancellationToken);
abstract member GetSlotConfigNamesAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNames>
Public Function GetSlotConfigNamesAsync (webSpaceName As String, webSiteName As String, cancellationToken As CancellationToken) As Task(Of SlotConfigNames)

Parameters

webSpaceName
String

The name of the web space.

webSiteName
String

The name of the web site.

cancellationToken
CancellationToken

Cancellation token.

Returns

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

Applies to