Aracılığıyla paylaş


AutomationAccountOperationsExtensions.ListNextAsync Yöntem

Tanım

Aşırı Yüklemeler

ListNextAsync(IAutomationAccountOperations, String)
ListNextAsync(IAutomationAccountOperations, String, CancellationToken)

Azure aboneliğindeki Otomasyon Hesaplarını listeler.

ListNextAsync(IAutomationAccountOperations, String)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse> ListNextAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string nextLink);
static member ListNextAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse>
<Extension()>
Public Function ListNextAsync (operations As IAutomationAccountOperations, nextLink As String) As Task(Of AutomationAccountListResponse)

Parametreler

nextLink
String

Döndürülenler

Şunlara uygulanır

ListNextAsync(IAutomationAccountOperations, String, CancellationToken)

Azure aboneliğindeki Otomasyon Hesaplarını listeler.

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

Parametreler

operations
IAutomationAccountOperations

Bu uzantı yöntemi için işlem grubu.

nextPageLink
String

Önceki başarılı List işlemi çağrısından NextLink.

cancellationToken
CancellationToken

İptal belirteci.

Döndürülenler

Açıklamalar

Belirli bir abonelik içindeki hesapların listesini alma.

Şunlara uygulanır