/// <summary> /// Directory objects that are owners of this service principal. /// </summary> /// <remarks> /// The owners are a set of non-admin users who are allowed to modify this /// object. /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='nextPageLink'> /// The NextLink from the previous successful call to List operation. /// </param> public static IPage <DirectoryObject> ListOwnersNext(this IServicePrincipalsOperations operations, string nextPageLink) { return(operations.ListOwnersNextAsync(nextPageLink).GetAwaiter().GetResult()); }