Freigeben über


MaintenanceConfigurationsOperationsExtensions.ListByManagedClusterNextAsync Methode

Definition

Ruft eine Liste der Wartungskonfigurationen im angegebenen verwalteten Cluster ab.

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

Parameter

operations
IMaintenanceConfigurationsOperations

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

Ruft eine Liste der Wartungskonfigurationen im angegebenen verwalteten Cluster ab. Der Vorgang gibt Eigenschaften jeder Wartungskonfiguration zurück.

Gilt für: