Sdílet prostřednictvím


WebAppsOperationsExtensions.ListInstanceIdentifiersSlotNext Method

Definition

Gets all scale-out instances of an app.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WebSiteInstanceStatus> ListInstanceIdentifiersSlotNext (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink);
static member ListInstanceIdentifiersSlotNext : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WebSiteInstanceStatus>
<Extension()>
Public Function ListInstanceIdentifiersSlotNext (operations As IWebAppsOperations, nextPageLink As String) As IPage(Of WebSiteInstanceStatus)

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for Gets all scale-out instances of an app.

Applies to