Microsoft.Azure.Commands.Batch.Models.BatchClient.ListNextAccounts C# (CSharp) 메소드

ListNextAccounts() 개인적인 메소드

Lists all accounts in a subscription or in a resource group if its name is specified
private ListNextAccounts ( string NextLink ) : IPage
NextLink string Next link to use when querying for accounts
리턴 IPage
        internal IPage<BatchAccount> ListNextAccounts(string NextLink)
        {
            return BatchManagementClient.BatchAccount.ListNext(NextLink);
        }
BatchClient