Freigeben über


RecommendationsOperationsExtensions.ListRecommendedRulesForHostingEnvironmentNextAsync Methode

Definition

Hier erhalten Sie alle Empfehlungen für eine Hostingumgebung.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Recommendation>> ListRecommendedRulesForHostingEnvironmentNextAsync (this Microsoft.Azure.Management.WebSites.IRecommendationsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListRecommendedRulesForHostingEnvironmentNextAsync : Microsoft.Azure.Management.WebSites.IRecommendationsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Recommendation>>
<Extension()>
Public Function ListRecommendedRulesForHostingEnvironmentNextAsync (operations As IRecommendationsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Recommendation))

Parameter

operations
IRecommendationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Abrufen aller Empfehlungen für eine Hostingumgebung.

Gilt für: