DiagnosticsOperationsExtensions.ListSiteAnalysesSlotNext Method

Definition

Get Site Analyses

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

Parameters

operations
IDiagnosticsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for Get Site Analyses

Applies to